Searched refs:curr_bss (Results 1 – 2 of 2) sorted by relevance
2562 struct mwifiex_bssdescriptor *curr_bss = in mwifiex_save_curr_bcn() local2565 if (!curr_bss->beacon_buf_size) in mwifiex_save_curr_bcn()2570 priv->curr_bcn_size != curr_bss->beacon_buf_size) { in mwifiex_save_curr_bcn()2571 priv->curr_bcn_size = curr_bss->beacon_buf_size; in mwifiex_save_curr_bcn()2574 priv->curr_bcn_buf = kmalloc(curr_bss->beacon_buf_size, in mwifiex_save_curr_bcn()2580 memcpy(priv->curr_bcn_buf, curr_bss->beacon_buf, in mwifiex_save_curr_bcn()2581 curr_bss->beacon_buf_size); in mwifiex_save_curr_bcn()2586 curr_bss->beacon_buf = priv->curr_bcn_buf; in mwifiex_save_curr_bcn()2589 if (curr_bss->bcn_wpa_ie) in mwifiex_save_curr_bcn()2590 curr_bss->bcn_wpa_ie = in mwifiex_save_curr_bcn()[all …]
3557 struct mwifiex_bssdescriptor *curr_bss; in mwifiex_cfg80211_get_channel() local3570 curr_bss = &priv->curr_bss_params.bss_descriptor; in mwifiex_cfg80211_get_channel()3572 freq = ieee80211_channel_to_frequency(curr_bss->channel, band); in mwifiex_cfg80211_get_channel()3575 if (curr_bss->bcn_ht_oper) { in mwifiex_cfg80211_get_channel()3576 second_chan_offset = curr_bss->bcn_ht_oper->ht_param & in mwifiex_cfg80211_get_channel()