Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Dsta_info.h71 WLAN_STA_AUTH, enumerator
478 WARN_ON(flag == WLAN_STA_AUTH || in set_sta_flag()
487 WARN_ON(flag == WLAN_STA_AUTH || in clear_sta_flag()
502 WARN_ON(flag == WLAN_STA_AUTH || in test_and_clear_sta_flag()
511 WARN_ON(flag == WLAN_STA_AUTH || in test_and_set_sta_flag()
Dmesh_plink.c674 if (!test_sta_flag(sta, WLAN_STA_AUTH)) in mesh_plink_open()
936 if (!test_sta_flag(sta, WLAN_STA_AUTH)) { in mesh_plink_get_event()
Dsta_info.c1725 clear_bit(WLAN_STA_AUTH, &sta->_flags); in sta_info_move_state()
1729 set_bit(WLAN_STA_AUTH, &sta->_flags); in sta_info_move_state()
1993 if (test_sta_flag(sta, WLAN_STA_AUTH)) in sta_set_sinfo()
Dcfg.c972 !test_sta_flag(sta, WLAN_STA_AUTH)) { in sta_apply_auth_flags()
1015 test_sta_flag(sta, WLAN_STA_AUTH)) { in sta_apply_auth_flags()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ap.h12 #define WLAN_STA_AUTH BIT(0) macro
Dhostap_ap.c206 else if ((sta->flags & WLAN_STA_PERM) && !(sta->flags & WLAN_STA_AUTH)) in ap_handle_timer()
234 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in ap_handle_timer()
728 sta->flags |= WLAN_STA_AUTH; in hostap_ap_tx_cb_auth()
1057 sta->flags & WLAN_STA_AUTH ? " AUTH" : "", in prism2_sta_proc_show()
1481 sta->flags |= WLAN_STA_AUTH; in handle_authen()
1511 sta->flags |= WLAN_STA_AUTH; in handle_authen()
1583 if (sta == NULL || (sta->flags & WLAN_STA_AUTH) == 0) { in handle_assoc()
1797 sta->flags &= ~(WLAN_STA_AUTH | WLAN_STA_ASSOC); in handle_deauth()
2163 sta->flags = WLAN_STA_AUTH | WLAN_STA_ASSOC; in handle_beacon()
2564 sta->flags |= WLAN_STA_AUTH | WLAN_STA_ASSOC; in prism2_hostapd_add_sta()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Dieee80211.h33 #define WLAN_STA_AUTH BIT(0) macro
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h67 #define WLAN_STA_AUTH BIT(0) macro