Searched refs:IEEE80211_STA_AUTH (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac80211.c | 585 if (old_state == IEEE80211_STA_AUTH && in rtw89_ops_set_key() 593 new_state == IEEE80211_STA_AUTH) in rtw89_ops_set_key() 596 if (old_state == IEEE80211_STA_AUTH && in rtw89_ops_set_key()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 616 return (IEEE80211_STA_AUTH); in lkpi_net80211_state_to_sta_state() 1617 error = lkpi_80211_mo_sta_state(hw, vif, lsta, IEEE80211_STA_AUTH); in lkpi_sta_auth_to_assoc() 1830 KASSERT(lsta->state == IEEE80211_STA_AUTH, ("%s: lsta %p state not " in _lkpi_sta_assoc_to_down() 1990 KASSERT(lsta->state == IEEE80211_STA_AUTH, ("%s: lsta %p state not " in lkpi_sta_assoc_to_run() 2236 error = lkpi_80211_mo_sta_state(hw, vif, lsta, IEEE80211_STA_AUTH); in lkpi_sta_run_to_assoc() 2374 error = lkpi_80211_mo_sta_state(hw, vif, lsta, IEEE80211_STA_AUTH); in lkpi_sta_run_to_init() 2385 KASSERT(lsta->state == IEEE80211_STA_AUTH, ("%s: lsta %p state not " in lkpi_sta_run_to_init()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ieee80211.h | 385 IEEE80211_STA_AUTH = 2, enumerator
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac80211.c | 4179 new_state == IEEE80211_STA_AUTH) { in __iwl_mvm_mac_set_key() 4187 } else if (old_state == IEEE80211_STA_AUTH && in __iwl_mvm_mac_set_key() 4200 new_state == IEEE80211_STA_AUTH) { in __iwl_mvm_mac_set_key() 4207 } else if (old_state == IEEE80211_STA_AUTH && in __iwl_mvm_mac_set_key()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mac80211.c | 1496 if (old_state == IEEE80211_STA_AUTH && in mt76_sta_state()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 3794 } else if (old_state == IEEE80211_STA_AUTH && in ath12k_mac_op_sta_state() 3839 new_state == IEEE80211_STA_AUTH && in ath12k_mac_op_sta_state()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 5100 } else if (old_state == IEEE80211_STA_AUTH && in ath11k_mac_op_sta_state() 5144 new_state == IEEE80211_STA_AUTH && in ath11k_mac_op_sta_state()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 7672 } else if (old_state == IEEE80211_STA_AUTH && in ath10k_sta_state() 7709 new_state == IEEE80211_STA_AUTH && in ath10k_sta_state()
|