Lines Matching refs:associated

126 	if (unlikely(!ifmgd->associated))  in ieee80211_sta_reset_conn_monitor()
1092 if (!ifmgd->associated) in ieee80211_chswitch_work()
1290 struct cfg80211_bss *cbss = ifmgd->associated; in ieee80211_sta_process_chanswitch()
1309 ifmgd->associated->bssid, &csa_ie); in ieee80211_sta_process_chanswitch()
1341 ifmgd->associated->bssid, in ieee80211_sta_process_chanswitch()
1357 ifmgd->associated->bssid); in ieee80211_sta_process_chanswitch()
1643 if (!mgd->associated) in ieee80211_powersave_allowed()
2149 sdata->u.mgd.associated = cbss; in ieee80211_set_associated()
2235 if (WARN_ON(!ifmgd->associated)) in ieee80211_set_disassoc()
2240 ifmgd->associated = NULL; in ieee80211_set_disassoc()
2495 u8 *dst = ifmgd->associated->bssid; in ieee80211_mgd_probe_ap_send()
2534 ssid = ieee80211_bss_get_ie(ifmgd->associated, WLAN_EID_SSID); in ieee80211_mgd_probe_ap_send()
2542 ifmgd->associated->channel); in ieee80211_mgd_probe_ap_send()
2561 if (!ifmgd->associated) in ieee80211_mgd_probe_ap()
2625 if (ifmgd->associated) in ieee80211_ap_probereq_get()
2626 cbss = ifmgd->associated; in ieee80211_ap_probereq_get()
2678 if (!ifmgd->associated) { in __ieee80211_disconnect()
2688 cfg80211_unlink_bss(local->hw.wiphy, ifmgd->associated); in __ieee80211_disconnect()
2716 if (ifmgd->associated) in ieee80211_beacon_connection_loss_work()
3049 if (ifmgd->associated && in ieee80211_rx_mgmt_deauth()
3050 ether_addr_equal(mgmt->bssid, ifmgd->associated->bssid)) { in ieee80211_rx_mgmt_deauth()
3051 const u8 *bssid = ifmgd->associated->bssid; in ieee80211_rx_mgmt_deauth()
3092 if (!ifmgd->associated || in ieee80211_rx_mgmt_disassoc()
3093 !ether_addr_equal(mgmt->bssid, ifmgd->associated->bssid)) in ieee80211_rx_mgmt_disassoc()
3672 if (ifmgd->associated && in ieee80211_rx_mgmt_probe_resp()
3673 ether_addr_equal(mgmt->bssid, ifmgd->associated->bssid)) in ieee80211_rx_mgmt_probe_resp()
3883 if (!ifmgd->associated || in ieee80211_rx_mgmt_beacon()
3884 !ieee80211_rx_our_beacon(mgmt->bssid, ifmgd->associated)) in ieee80211_rx_mgmt_beacon()
3886 bssid = ifmgd->associated->bssid; in ieee80211_rx_mgmt_beacon()
4388 ifmgd->associated) { in ieee80211_sta_work()
4392 memcpy(bssid, ifmgd->associated->bssid, ETH_ALEN); in ieee80211_sta_work()
4543 if (ifmgd->associated && !sdata->local->wowlan) { in ieee80211_mgd_quiesce()
4550 memcpy(bssid, ifmgd->associated->bssid, ETH_ALEN); in ieee80211_mgd_quiesce()
4562 if (!ifmgd->associated) { in ieee80211_sta_restart()
4571 ifmgd->associated->bssid, in ieee80211_sta_restart()
5176 if (ifmgd->associated) { in ieee80211_mgd_auth()
5181 ifmgd->associated->bssid, req->bss->bssid); in ieee80211_mgd_auth()
5246 if (ifmgd->associated) { in ieee80211_mgd_assoc()
5251 ifmgd->associated->bssid, req->bss->bssid); in ieee80211_mgd_assoc()
5586 if (ifmgd->associated && in ieee80211_mgd_deauth()
5587 ether_addr_equal(ifmgd->associated->bssid, req->bssid)) { in ieee80211_mgd_deauth()
5617 if (ifmgd->associated != req->bss) in ieee80211_mgd_disassoc()