Searched refs:roc_cfg (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/ |
D | sta_ioctl.c | 1168 struct host_cmd_ds_remain_on_chan roc_cfg; in mwifiex_remain_on_chan_cfg() local 1171 memset(&roc_cfg, 0, sizeof(roc_cfg)); in mwifiex_remain_on_chan_cfg() 1172 roc_cfg.action = cpu_to_le16(action); in mwifiex_remain_on_chan_cfg() 1174 roc_cfg.band_cfg = chan->band; in mwifiex_remain_on_chan_cfg() 1176 roc_cfg.band_cfg |= (sc << 2); in mwifiex_remain_on_chan_cfg() 1178 roc_cfg.channel = in mwifiex_remain_on_chan_cfg() 1180 roc_cfg.duration = cpu_to_le32(duration); in mwifiex_remain_on_chan_cfg() 1183 action, 0, &roc_cfg, true)) { in mwifiex_remain_on_chan_cfg() 1189 return roc_cfg.status; in mwifiex_remain_on_chan_cfg()
|
D | uap_event.c | 327 priv->roc_cfg.cookie, in mwifiex_process_uap_event() 328 &priv->roc_cfg.chan, in mwifiex_process_uap_event() 330 memset(&priv->roc_cfg, 0x00, sizeof(struct mwifiex_roc_cfg)); in mwifiex_process_uap_event()
|
D | sta_cmdresp.c | 726 struct host_cmd_ds_remain_on_chan *roc_cfg) in mwifiex_ret_remain_on_chan() argument 728 struct host_cmd_ds_remain_on_chan *resp_cfg = &resp->params.roc_cfg; in mwifiex_ret_remain_on_chan() 730 if (roc_cfg) in mwifiex_ret_remain_on_chan() 731 memcpy(roc_cfg, resp_cfg, sizeof(*roc_cfg)); in mwifiex_ret_remain_on_chan()
|
D | sta_event.c | 1011 priv->roc_cfg.cookie, in mwifiex_process_sta_event() 1012 &priv->roc_cfg.chan, in mwifiex_process_sta_event() 1015 memset(&priv->roc_cfg, 0x00, sizeof(struct mwifiex_roc_cfg)); in mwifiex_process_sta_event()
|
D | init.c | 154 memset(&priv->roc_cfg, 0, sizeof(priv->roc_cfg)); in mwifiex_init_priv()
|
D | cfg80211.c | 306 if (priv->roc_cfg.cookie) { in mwifiex_cfg80211_remain_on_channel() 309 priv->roc_cfg.cookie); in mwifiex_cfg80211_remain_on_channel() 318 priv->roc_cfg.cookie = *cookie; in mwifiex_cfg80211_remain_on_channel() 319 priv->roc_cfg.chan = *chan; in mwifiex_cfg80211_remain_on_channel() 341 if (cookie != priv->roc_cfg.cookie) in mwifiex_cfg80211_cancel_remain_on_channel() 345 &priv->roc_cfg.chan, 0); in mwifiex_cfg80211_cancel_remain_on_channel() 349 &priv->roc_cfg.chan, in mwifiex_cfg80211_cancel_remain_on_channel() 352 memset(&priv->roc_cfg, 0, sizeof(struct mwifiex_roc_cfg)); in mwifiex_cfg80211_cancel_remain_on_channel()
|
D | util.c | 428 cfg80211_rx_mgmt(&priv->wdev, priv->roc_cfg.chan.center_freq, in mwifiex_process_mgmt_packet()
|
D | fw.h | 2358 struct host_cmd_ds_remain_on_chan roc_cfg; member
|
D | main.h | 671 struct mwifiex_roc_cfg roc_cfg; member
|