Searched refs:roc_cfg (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | uap_event.c | 314 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()
|
| H A D | sta_cmdresp.c | 738 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()
|
| H A D | sta_event.c | 1020 priv->roc_cfg.cookie, in mwifiex_process_sta_event() 1021 &priv->roc_cfg.chan, in mwifiex_process_sta_event() 1025 memset(&priv->roc_cfg, 0x00, sizeof(struct mwifiex_roc_cfg)); in mwifiex_process_sta_event()
|
| H A D | cfg80211.c | 317 if (priv->roc_cfg.cookie) { in mwifiex_cfg80211_remain_on_channel() 320 priv->roc_cfg.cookie); in mwifiex_cfg80211_remain_on_channel() 329 priv->roc_cfg.cookie = *cookie; in mwifiex_cfg80211_remain_on_channel() 330 priv->roc_cfg.chan = *chan; in mwifiex_cfg80211_remain_on_channel() 352 if (cookie != priv->roc_cfg.cookie) in mwifiex_cfg80211_cancel_remain_on_channel() 356 &priv->roc_cfg.chan, 0); in mwifiex_cfg80211_cancel_remain_on_channel() 360 &priv->roc_cfg.chan, in mwifiex_cfg80211_cancel_remain_on_channel() 363 memset(&priv->roc_cfg, 0, sizeof(struct mwifiex_roc_cfg)); in mwifiex_cfg80211_cancel_remain_on_channel() 4335 priv->roc_cfg.cookie = get_random_u32() | 1; in mwifiex_cfg80211_authenticate() 4336 priv->roc_cfg.chan = *req->bss->channel; in mwifiex_cfg80211_authenticate() [all …]
|
| H A D | init.c | 147 memset(&priv->roc_cfg, 0, sizeof(priv->roc_cfg)); in mwifiex_init_priv()
|
| H A D | util.c | 510 cfg80211_rx_mgmt(&priv->wdev, priv->roc_cfg.chan.center_freq, in mwifiex_process_mgmt_packet()
|
| H A D | fw.h | 2417 struct host_cmd_ds_remain_on_chan roc_cfg; member
|