Lines Matching refs:associated

126 	if (unlikely(!ifmgd->associated))  in ieee80211_sta_reset_conn_monitor()
1143 if (!ifmgd->associated) in ieee80211_chswitch_work()
1293 struct cfg80211_bss *cbss = ifmgd->associated; in ieee80211_sta_process_chanswitch()
1315 ifmgd->associated->bssid, &csa_ie); in ieee80211_sta_process_chanswitch()
1344 ifmgd->associated->bssid, in ieee80211_sta_process_chanswitch()
1357 ifmgd->associated->bssid, in ieee80211_sta_process_chanswitch()
1373 ifmgd->associated->bssid); in ieee80211_sta_process_chanswitch()
1676 if (!mgd->associated) in ieee80211_powersave_allowed()
2183 sdata->u.mgd.associated = cbss; in ieee80211_set_associated()
2273 if (WARN_ON(!ifmgd->associated)) in ieee80211_set_disassoc()
2278 ifmgd->associated = NULL; in ieee80211_set_disassoc()
2526 u8 *dst = ifmgd->associated->bssid; in ieee80211_mgd_probe_ap_send()
2562 ssid = ieee80211_bss_get_elem(ifmgd->associated, WLAN_EID_SSID); in ieee80211_mgd_probe_ap_send()
2570 ifmgd->associated->channel); in ieee80211_mgd_probe_ap_send()
2589 if (!ifmgd->associated) in ieee80211_mgd_probe_ap()
2660 if (ifmgd->associated) in ieee80211_ap_probereq_get()
2661 cbss = ifmgd->associated; in ieee80211_ap_probereq_get()
2714 if (!ifmgd->associated) { in __ieee80211_disconnect()
2726 cfg80211_unlink_bss(local->hw.wiphy, ifmgd->associated); in __ieee80211_disconnect()
2759 if (ifmgd->associated) in ieee80211_beacon_connection_loss_work()
3128 if (ifmgd->associated && in ieee80211_rx_mgmt_deauth()
3129 ether_addr_equal(mgmt->bssid, ifmgd->associated->bssid)) { in ieee80211_rx_mgmt_deauth()
3130 const u8 *bssid = ifmgd->associated->bssid; in ieee80211_rx_mgmt_deauth()
3171 if (!ifmgd->associated || in ieee80211_rx_mgmt_disassoc()
3172 !ether_addr_equal(mgmt->bssid, ifmgd->associated->bssid)) in ieee80211_rx_mgmt_disassoc()
3856 if (ifmgd->associated && in ieee80211_rx_mgmt_probe_resp()
3857 ether_addr_equal(mgmt->bssid, ifmgd->associated->bssid)) in ieee80211_rx_mgmt_probe_resp()
4085 if (!ifmgd->associated || in ieee80211_rx_mgmt_beacon()
4086 !ieee80211_rx_our_beacon(bssid, ifmgd->associated)) in ieee80211_rx_mgmt_beacon()
4088 bssid = ifmgd->associated->bssid; in ieee80211_rx_mgmt_beacon()
4630 ifmgd->associated) { in ieee80211_sta_work()
4634 memcpy(bssid, ifmgd->associated->bssid, ETH_ALEN); in ieee80211_sta_work()
4808 if (ifmgd->associated && !sdata->local->wowlan) { in ieee80211_mgd_quiesce()
4815 memcpy(bssid, ifmgd->associated->bssid, ETH_ALEN); in ieee80211_mgd_quiesce()
4827 if (!ifmgd->associated) { in ieee80211_sta_restart()
4836 ifmgd->associated->bssid, in ieee80211_sta_restart()
5502 if (ifmgd->associated) { in ieee80211_mgd_auth()
5507 ifmgd->associated->bssid, req->bss->bssid); in ieee80211_mgd_auth()
5578 if (ifmgd->associated) { in ieee80211_mgd_assoc()
5583 ifmgd->associated->bssid, req->bss->bssid); in ieee80211_mgd_assoc()
5924 if (ifmgd->associated && in ieee80211_mgd_deauth()
5925 ether_addr_equal(ifmgd->associated->bssid, req->bssid)) { in ieee80211_mgd_deauth()
5956 if (ifmgd->associated != req->bss) in ieee80211_mgd_disassoc()