/kernel/linux/linux-5.10/net/mac80211/ |
H A D | driver-ops.c | 125 } else if (old_state == IEEE80211_STA_AUTH && in drv_sta_state() 134 new_state == IEEE80211_STA_AUTH) { in drv_sta_state()
|
H A D | ocb.c | 97 sta_info_move_state(sta, IEEE80211_STA_AUTH); in __acquires()
|
H A D | sta_info.c | 1967 if (sta->sta_state != IEEE80211_STA_AUTH) in sta_info_move_state() 1970 case IEEE80211_STA_AUTH: in sta_info_move_state() 1976 if (sta->sta_state != IEEE80211_STA_AUTH && in sta_info_move_state() 2007 if (sta->sta_state == IEEE80211_STA_AUTH) in sta_info_move_state() 2010 case IEEE80211_STA_AUTH: in sta_info_move_state() 2021 if (sta->sta_state == IEEE80211_STA_AUTH) { in sta_info_move_state()
|
H A D | mesh_plink.c | 521 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc()
|
H A D | iface.c | 1228 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in ieee80211_do_open()
|
H A D | ibss.c | 586 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __acquires()
|
H A D | cfg.c | 1355 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1390 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
|
H A D | mlme.c | 2945 if (sta_info_move_state(sta, IEEE80211_STA_AUTH)) { in ieee80211_mark_sta_auth() 5321 sta_info_pre_move_state(new_sta, IEEE80211_STA_AUTH); in ieee80211_prep_connection()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ocb.c | 98 sta_info_move_state(sta, IEEE80211_STA_AUTH); in __acquires()
|
H A D | driver-ops.c | 128 } else if (old_state == IEEE80211_STA_AUTH && in drv_sta_state() 137 new_state == IEEE80211_STA_AUTH) { in drv_sta_state()
|
H A D | sta_info.c | 1296 if (sta->sta_state != IEEE80211_STA_AUTH) in _sta_info_move_state() 1299 case IEEE80211_STA_AUTH: in _sta_info_move_state() 1305 if (sta->sta_state != IEEE80211_STA_AUTH && in _sta_info_move_state() 1335 if (sta->sta_state == IEEE80211_STA_AUTH) in _sta_info_move_state() 1338 case IEEE80211_STA_AUTH: in _sta_info_move_state() 1351 if (sta->sta_state == IEEE80211_STA_AUTH) { in _sta_info_move_state()
|
H A D | mesh_plink.c | 535 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __mesh_sta_info_alloc()
|
H A D | ibss.c | 578 sta_info_pre_move_state(sta, IEEE80211_STA_AUTH); in __acquires()
|
H A D | cfg.c | 1678 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags() 1713 ret = sta_info_move_state(sta, IEEE80211_STA_AUTH); in sta_apply_auth_flags()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 862 else if (old_state == IEEE80211_STA_AUTH && in iwlagn_mac_sta_state() 866 if (old_state == IEEE80211_STA_AUTH && in iwlagn_mac_sta_state() 870 new_state == IEEE80211_STA_AUTH) in iwlagn_mac_sta_state()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | mac80211.c | 857 else if (old_state == IEEE80211_STA_AUTH && in iwlagn_mac_sta_state() 861 if (old_state == IEEE80211_STA_AUTH && in iwlagn_mac_sta_state() 865 new_state == IEEE80211_STA_AUTH) in iwlagn_mac_sta_state()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | mac80211.c | 548 if (old_state == IEEE80211_STA_AUTH && in __rtw89_ops_sta_state() 556 new_state == IEEE80211_STA_AUTH) in __rtw89_ops_sta_state() 559 if (old_state == IEEE80211_STA_AUTH && in __rtw89_ops_sta_state()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 3195 new_state == IEEE80211_STA_AUTH) { in iwl_mvm_mac_sta_state() 3203 } else if (old_state == IEEE80211_STA_AUTH && in iwl_mvm_mac_sta_state() 3261 new_state == IEEE80211_STA_AUTH) { in iwl_mvm_mac_sta_state() 3267 } else if (old_state == IEEE80211_STA_AUTH && in iwl_mvm_mac_sta_state()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 3902 new_state == IEEE80211_STA_AUTH) { in iwl_mvm_mac_sta_state_common() 3910 } else if (old_state == IEEE80211_STA_AUTH && in iwl_mvm_mac_sta_state_common() 3923 new_state == IEEE80211_STA_AUTH) { in iwl_mvm_mac_sta_state_common() 3930 } else if (old_state == IEEE80211_STA_AUTH && in iwl_mvm_mac_sta_state_common()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 1045 if (old_state == IEEE80211_STA_AUTH && in mt76_sta_state()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 1955 * @IEEE80211_STA_AUTH: station is authenticated 1963 IEEE80211_STA_AUTH, enumerator
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 2150 * @IEEE80211_STA_AUTH: station is authenticated 2158 IEEE80211_STA_AUTH, enumerator
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 1461 if (old_state == IEEE80211_STA_AUTH && in mt76_sta_state()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 3085 } else if (old_state == IEEE80211_STA_AUTH && in ath11k_mac_op_sta_state() 3095 new_state == IEEE80211_STA_AUTH && in ath11k_mac_op_sta_state()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | main.c | 5255 new_state == IEEE80211_STA_AUTH) { in wl12xx_update_sta_state() 5262 old_state == IEEE80211_STA_AUTH && in wl12xx_update_sta_state()
|