Searched refs:curr_bss (Results 1 – 2 of 2) sorted by relevance
2601 struct mwifiex_bssdescriptor *curr_bss = in mwifiex_save_curr_bcn() local2604 if (!curr_bss->beacon_buf_size) in mwifiex_save_curr_bcn()2609 priv->curr_bcn_size != curr_bss->beacon_buf_size) { in mwifiex_save_curr_bcn()2610 priv->curr_bcn_size = curr_bss->beacon_buf_size; in mwifiex_save_curr_bcn()2613 priv->curr_bcn_buf = kmalloc(curr_bss->beacon_buf_size, in mwifiex_save_curr_bcn()2619 memcpy(priv->curr_bcn_buf, curr_bss->beacon_buf, in mwifiex_save_curr_bcn()2620 curr_bss->beacon_buf_size); in mwifiex_save_curr_bcn()2625 curr_bss->beacon_buf = priv->curr_bcn_buf; in mwifiex_save_curr_bcn()2628 if (curr_bss->bcn_wpa_ie) in mwifiex_save_curr_bcn()2629 curr_bss->bcn_wpa_ie = in mwifiex_save_curr_bcn()[all …]
3573 struct mwifiex_bssdescriptor *curr_bss; in mwifiex_cfg80211_get_channel() local3586 curr_bss = &priv->curr_bss_params.bss_descriptor; in mwifiex_cfg80211_get_channel()3588 freq = ieee80211_channel_to_frequency(curr_bss->channel, band); in mwifiex_cfg80211_get_channel()3591 if (curr_bss->bcn_ht_oper) { in mwifiex_cfg80211_get_channel()3592 second_chan_offset = curr_bss->bcn_ht_oper->ht_param & in mwifiex_cfg80211_get_channel()