Home
last modified time | relevance | path

Searched refs:IEEE80211_STA_AUTH (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c585 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 Dlinux_80211.c616 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 Dieee80211.h385 IEEE80211_STA_AUTH = 2, enumerator
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c4179 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 Dmac80211.c1496 if (old_state == IEEE80211_STA_AUTH && in mt76_sta_state()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c3794 } 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 Dmac.c5100 } 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 Dmac.c7672 } else if (old_state == IEEE80211_STA_AUTH && in ath10k_sta_state()
7709 new_state == IEEE80211_STA_AUTH && in ath10k_sta_state()