Home
last modified time | relevance | path

Searched refs:roc_cfg (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c1156 struct host_cmd_ds_remain_on_chan roc_cfg; in mwifiex_remain_on_chan_cfg() local
1159 memset(&roc_cfg, 0, sizeof(roc_cfg)); in mwifiex_remain_on_chan_cfg()
1160 roc_cfg.action = cpu_to_le16(action); in mwifiex_remain_on_chan_cfg()
1162 roc_cfg.band_cfg = chan->band; in mwifiex_remain_on_chan_cfg()
1164 roc_cfg.band_cfg |= (sc << 2); in mwifiex_remain_on_chan_cfg()
1166 roc_cfg.channel = in mwifiex_remain_on_chan_cfg()
1168 roc_cfg.duration = cpu_to_le32(duration); in mwifiex_remain_on_chan_cfg()
1171 action, 0, &roc_cfg, true)) { in mwifiex_remain_on_chan_cfg()
1177 return roc_cfg.status; in mwifiex_remain_on_chan_cfg()
Duap_event.c314 priv->roc_cfg.cookie, in mwifiex_process_uap_event()
315 &priv->roc_cfg.chan, in mwifiex_process_uap_event()
317 memset(&priv->roc_cfg, 0x00, sizeof(struct mwifiex_roc_cfg)); in mwifiex_process_uap_event()
Dsta_cmdresp.c738 struct host_cmd_ds_remain_on_chan *roc_cfg) in mwifiex_ret_remain_on_chan() argument
740 struct host_cmd_ds_remain_on_chan *resp_cfg = &resp->params.roc_cfg; in mwifiex_ret_remain_on_chan()
742 if (roc_cfg) in mwifiex_ret_remain_on_chan()
743 memcpy(roc_cfg, resp_cfg, sizeof(*roc_cfg)); in mwifiex_ret_remain_on_chan()
Dsta_event.c1003 priv->roc_cfg.cookie, in mwifiex_process_sta_event()
1004 &priv->roc_cfg.chan, in mwifiex_process_sta_event()
1007 memset(&priv->roc_cfg, 0x00, sizeof(struct mwifiex_roc_cfg)); in mwifiex_process_sta_event()
Dinit.c143 memset(&priv->roc_cfg, 0, sizeof(priv->roc_cfg)); in mwifiex_init_priv()
Dcfg80211.c295 if (priv->roc_cfg.cookie) { in mwifiex_cfg80211_remain_on_channel()
298 priv->roc_cfg.cookie); in mwifiex_cfg80211_remain_on_channel()
307 priv->roc_cfg.cookie = *cookie; in mwifiex_cfg80211_remain_on_channel()
308 priv->roc_cfg.chan = *chan; in mwifiex_cfg80211_remain_on_channel()
330 if (cookie != priv->roc_cfg.cookie) in mwifiex_cfg80211_cancel_remain_on_channel()
334 &priv->roc_cfg.chan, 0); in mwifiex_cfg80211_cancel_remain_on_channel()
338 &priv->roc_cfg.chan, in mwifiex_cfg80211_cancel_remain_on_channel()
341 memset(&priv->roc_cfg, 0, sizeof(struct mwifiex_roc_cfg)); in mwifiex_cfg80211_cancel_remain_on_channel()
Dutil.c416 cfg80211_rx_mgmt(&priv->wdev, priv->roc_cfg.chan.center_freq, in mwifiex_process_mgmt_packet()
Dmain.h661 struct mwifiex_roc_cfg roc_cfg; member
Dfw.h2348 struct host_cmd_ds_remain_on_chan roc_cfg; member