/kernel/linux/linux-6.6/net/mac80211/ |
H A D | led.h | 33 bool associated); 44 bool associated) in ieee80211_led_assoc() 43 ieee80211_led_assoc(struct ieee80211_local *local, bool associated) ieee80211_led_assoc() argument
|
H A D | led.c | 12 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc() argument 16 if (associated) in ieee80211_led_assoc()
|
H A D | pm.c | 108 if (sdata->u.mgd.associated && in __ieee80211_suspend()
|
H A D | scan.c | 861 bool associated = false; in ieee80211_scan_state_decision() local 870 * check if at least one STA interface is associated, in ieee80211_scan_state_decision() 880 if (sdata->u.mgd.associated) { in ieee80211_scan_state_decision() 881 associated = true; in ieee80211_scan_state_decision() 909 if (associated && !tx_empty) { in ieee80211_scan_state_decision() 914 } else if (associated && bad_latency) { in ieee80211_scan_state_decision()
|
H A D | offchannel.c | 127 sdata->u.mgd.associated) in ieee80211_offchannel_stop_vifs() 153 sdata->u.mgd.associated) in ieee80211_offchannel_return() 837 if (!sdata->u.mgd.associated || in ieee80211_mgmt_tx()
|
H A D | mlme.c | 201 if (unlikely(!ifmgd->associated)) in ieee80211_sta_reset_conn_monitor() 508 /* don't check VHT if we associated as non-VHT station */ in ieee80211_config_bw() 512 /* don't check HE if we associated as non-HE station */ in ieee80211_config_bw() 519 /* don't check EHT if we associated as non-EHT station */ in ieee80211_config_bw() 546 * Downgrade the new channel if we associated with restricted in ieee80211_config_bw() 547 * capabilities. For example, if we associated as a 20 MHz STA in ieee80211_config_bw() 1696 if (!ifmgd->associated) in ieee80211_chswitch_work() 2231 if (!mgd->associated) in ieee80211_powersave_allowed() 2812 sdata->u.mgd.associated = true; in ieee80211_set_associated() 2902 if (WARN_ON(!ifmgd->associated)) in ieee80211_set_disassoc() [all...] |
H A D | cfg.c | 235 if (!ifmgd->associated) in ieee80211_change_iface() 1687 * When peer becomes associated, init rate control as in sta_apply_auth_flags() 1934 * and for unassociated stations that move to associated */ in sta_apply_parameters() 2060 !sdata->u.mgd.associated) in ieee80211_add_station() 2097 * authorized/associated in ieee80211_add_station() 3199 * If not associated, or current association is not an HT in __ieee80211_request_smps_mgd() 3203 if (!sdata->u.mgd.associated || in __ieee80211_request_smps_mgd() 3304 /* tell the driver upon association, unless already associated */ in ieee80211_set_cqm_rssi_config() 3305 if (sdata->u.mgd.associated && in ieee80211_set_cqm_rssi_config() 3330 /* tell the driver upon association, unless already associated */ in ieee80211_set_cqm_rssi_range_config() [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | led.h | 37 bool associated); 48 bool associated) in ieee80211_led_assoc() 47 ieee80211_led_assoc(struct ieee80211_local *local, bool associated) ieee80211_led_assoc() argument
|
H A D | mlme.c | 127 if (unlikely(!ifmgd->associated)) in ieee80211_sta_reset_conn_monitor() 383 /* don't check VHT if we associated as non-VHT station */ in ieee80211_config_bw() 387 /* don't check HE if we associated as non-HE station */ in ieee80211_config_bw() 414 * Downgrade the new channel if we associated with restricted in ieee80211_config_bw() 415 * capabilities. For example, if we associated as a 20 MHz STA in ieee80211_config_bw() 1164 if (!ifmgd->associated) in ieee80211_chswitch_work() 1367 struct cfg80211_bss *cbss = ifmgd->associated; in ieee80211_sta_process_chanswitch() 1389 ifmgd->associated->bssid, &csa_ie); in ieee80211_sta_process_chanswitch() 1423 ifmgd->associated->bssid, in ieee80211_sta_process_chanswitch() 1441 ifmgd->associated in ieee80211_sta_process_chanswitch() [all...] |
H A D | pm.c | 101 if (sdata->u.mgd.associated && in __ieee80211_suspend()
|
H A D | offchannel.c | 126 sdata->u.mgd.associated) in ieee80211_offchannel_stop_vifs() 152 sdata->u.mgd.associated) in ieee80211_offchannel_return() 819 if (!sdata->u.mgd.associated || in ieee80211_mgmt_tx() 822 memcmp(sdata->u.mgd.associated->bssid, in ieee80211_mgmt_tx()
|
H A D | scan.c | 867 bool associated = false; in ieee80211_scan_state_decision() local 876 * check if at least one STA interface is associated, in ieee80211_scan_state_decision() 886 if (sdata->u.mgd.associated) { in ieee80211_scan_state_decision() 887 associated = true; in ieee80211_scan_state_decision() 915 if (associated && !tx_empty) { in ieee80211_scan_state_decision() 920 } else if (associated && bad_latency) { in ieee80211_scan_state_decision()
|
H A D | led.c | 12 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc() argument 16 if (associated) in ieee80211_led_assoc()
|
H A D | debugfs_netdev.c | 338 if (!sdata->u.mgd.associated) { in ieee80211_if_parse_tkip_mic_test() 343 memcpy(hdr->addr1, sdata->u.mgd.associated->bssid, ETH_ALEN); in ieee80211_if_parse_tkip_mic_test()
|
H A D | cfg.c | 173 if (!ifmgd->associated) in ieee80211_change_iface() 1364 * When peer becomes associated, init rate control as in sta_apply_auth_flags() 1697 !sdata->u.mgd.associated) in ieee80211_add_station() 1716 * authorized/associated in ieee80211_add_station() 2813 * If not associated, or current association is not an HT in __ieee80211_request_smps_mgd() 2817 if (!sdata->u.mgd.associated || in __ieee80211_request_smps_mgd() 2821 ap = sdata->u.mgd.associated->bssid; in __ieee80211_request_smps_mgd() 2908 /* tell the driver upon association, unless already associated */ in ieee80211_set_cqm_rssi_config() 2909 if (sdata->u.mgd.associated && in ieee80211_set_cqm_rssi_config() 2933 /* tell the driver upon association, unless already associated */ in ieee80211_set_cqm_rssi_range_config() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/purelifi/plfxlc/ |
H A D | mac.c | 593 int associated; in plfxlc_op_bss_info_changed() local 598 associated = is_valid_ether_addr(bss_conf->bssid); in plfxlc_op_bss_info_changed() 602 associated = true; in plfxlc_op_bss_info_changed() 636 mac->associated = associated; in plfxlc_op_bss_info_changed()
|
H A D | mac.h | 139 int associated; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.c | 1284 int associated; in zd_op_bss_info_changed() local 1291 associated = true; in zd_op_bss_info_changed() 1321 associated = is_valid_ether_addr(bss_conf->bssid); in zd_op_bss_info_changed() 1324 mac->associated = associated; in zd_op_bss_info_changed() 1507 is_associated = mac->associated; in link_led_handler()
|
H A D | zd_mac.h | 185 int associated; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.c | 1284 int associated; in zd_op_bss_info_changed() local 1291 associated = true; in zd_op_bss_info_changed() 1322 associated = is_valid_ether_addr(bss_conf->bssid); in zd_op_bss_info_changed() 1325 mac->associated = associated; in zd_op_bss_info_changed() 1509 is_associated = mac->associated; in link_led_handler()
|
H A D | zd_mac.h | 185 int associated; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | pub.h | 160 bool associated; /* true:part of [I]BSS, false: not */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | pub.h | 160 bool associated; /* true:part of [I]BSS, false: not */ member
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 126 | no action associated with the "chk" exception. If tracing is enabled,
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | iskeleton.S | 126 | no action associated with the "chk" exception. If tracing is enabled,
|