Home
last modified time | relevance | path

Searched refs:WLAN_STA_AUTH (Results 1 – 5 of 5) sorted by relevance

/linux/net/mac80211/
H A Dsta_info.h29 * @WLAN_STA_AUTH: Station is authenticated.
79 WLAN_STA_AUTH, enumerator
799 WARN_ON(flag == WLAN_STA_AUTH || in set_sta_flag()
808 WARN_ON(flag == WLAN_STA_AUTH || in clear_sta_flag()
823 WARN_ON(flag == WLAN_STA_AUTH || in test_and_clear_sta_flag()
832 WARN_ON(flag == WLAN_STA_AUTH || in test_and_set_sta_flag()
H A Dmesh_plink.c791 if (!test_sta_flag(sta, WLAN_STA_AUTH)) in mesh_plink_open()
1062 if (!test_sta_flag(sta, WLAN_STA_AUTH)) { in mesh_plink_get_event()
H A Dsta_info.c1431 clear_bit(WLAN_STA_AUTH, &sta->_flags); in _sta_info_move_state()
1435 set_bit(WLAN_STA_AUTH, &sta->_flags); in _sta_info_move_state()
3225 if (test_sta_flag(sta, WLAN_STA_AUTH)) in sta_set_sinfo()
H A Dcfg.c1948 !test_sta_flag(sta, WLAN_STA_AUTH)) { in sta_apply_auth_flags()
1991 test_sta_flag(sta, WLAN_STA_AUTH)) { in sta_apply_auth_flags()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h49 #define WLAN_STA_AUTH BIT(0) macro