Searched refs:WLAN_STA_AUTH (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.h | 29 * @WLAN_STA_AUTH: Station is authenticated. 78 WLAN_STA_AUTH, enumerator 687 WARN_ON(flag == WLAN_STA_AUTH || in set_sta_flag() 696 WARN_ON(flag == WLAN_STA_AUTH || in clear_sta_flag() 711 WARN_ON(flag == WLAN_STA_AUTH || in test_and_clear_sta_flag() 720 WARN_ON(flag == WLAN_STA_AUTH || in test_and_set_sta_flag()
|
H A D | mesh_plink.c | 770 if (!test_sta_flag(sta, WLAN_STA_AUTH)) in mesh_plink_open() 1041 if (!test_sta_flag(sta, WLAN_STA_AUTH)) { in mesh_plink_get_event()
|
H A D | sta_info.c | 2008 clear_bit(WLAN_STA_AUTH, &sta->_flags); in sta_info_move_state() 2012 set_bit(WLAN_STA_AUTH, &sta->_flags); in sta_info_move_state() 2484 if (test_sta_flag(sta, WLAN_STA_AUTH)) in sta_set_sinfo()
|
H A D | cfg.c | 1354 !test_sta_flag(sta, WLAN_STA_AUTH)) { in sta_apply_auth_flags() 1397 test_sta_flag(sta, WLAN_STA_AUTH)) { in sta_apply_auth_flags()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | sta_info.h | 29 * @WLAN_STA_AUTH: Station is authenticated. 79 WLAN_STA_AUTH, enumerator 742 WARN_ON(flag == WLAN_STA_AUTH || in set_sta_flag() 751 WARN_ON(flag == WLAN_STA_AUTH || in clear_sta_flag() 766 WARN_ON(flag == WLAN_STA_AUTH || in test_and_clear_sta_flag() 775 WARN_ON(flag == WLAN_STA_AUTH || in test_and_set_sta_flag()
|
H A D | mesh_plink.c | 784 if (!test_sta_flag(sta, WLAN_STA_AUTH)) in mesh_plink_open() 1055 if (!test_sta_flag(sta, WLAN_STA_AUTH)) { in mesh_plink_get_event()
|
H A D | sta_info.c | 1336 clear_bit(WLAN_STA_AUTH, &sta->_flags); in _sta_info_move_state() 1340 set_bit(WLAN_STA_AUTH, &sta->_flags); in _sta_info_move_state() 2788 if (test_sta_flag(sta, WLAN_STA_AUTH)) in sta_set_sinfo()
|
H A D | cfg.c | 1677 !test_sta_flag(sta, WLAN_STA_AUTH)) { in sta_apply_auth_flags() 1720 test_sta_flag(sta, WLAN_STA_AUTH)) { in sta_apply_auth_flags()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.h | 13 #define WLAN_STA_AUTH BIT(0) macro
|
H A D | hostap_ap.c | 194 else if ((sta->flags & WLAN_STA_PERM) && !(sta->flags & WLAN_STA_AUTH)) in ap_handle_timer() 222 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_handle_timer() 681 sta->flags |= WLAN_STA_AUTH; in hostap_ap_tx_cb_auth() 1009 sta->flags & WLAN_STA_AUTH ? " AUTH" : "", in prism2_sta_proc_show() 1419 sta->flags |= WLAN_STA_AUTH; in handle_authen() 1449 sta->flags |= WLAN_STA_AUTH; in handle_authen() 1521 if (sta == NULL || (sta->flags & WLAN_STA_AUTH) == 0) { in handle_assoc() 1735 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in handle_deauth() 2101 sta->flags = WLAN_STA_AUTH | WLAN_STA_ASSOC; in handle_beacon() 2502 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSO in prism2_hostapd_add_sta() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.h | 13 #define WLAN_STA_AUTH BIT(0) macro
|
H A D | hostap_ap.c | 194 else if ((sta->flags & WLAN_STA_PERM) && !(sta->flags & WLAN_STA_AUTH)) in ap_handle_timer() 222 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_handle_timer() 681 sta->flags |= WLAN_STA_AUTH; in hostap_ap_tx_cb_auth() 1009 sta->flags & WLAN_STA_AUTH ? " AUTH" : "", in prism2_sta_proc_show() 1419 sta->flags |= WLAN_STA_AUTH; in handle_authen() 1449 sta->flags |= WLAN_STA_AUTH; in handle_authen() 1521 if (sta == NULL || (sta->flags & WLAN_STA_AUTH) == 0) { in handle_assoc() 1735 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in handle_deauth() 2101 sta->flags = WLAN_STA_AUTH | WLAN_STA_ASSOC; in handle_beacon() 2502 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSO in prism2_hostapd_add_sta() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | ieee80211.h | 48 #define WLAN_STA_AUTH BIT(0) macro
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 49 #define WLAN_STA_AUTH BIT(0) macro
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | ieee80211.h | 49 #define WLAN_STA_AUTH BIT(0) macro
|
Completed in 39 milliseconds