HomeSort by relevance Sort by last modified time
    Searched refs:WLAN_STA_PREAUTH (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 77 sta->flags = WLAN_STA_PREAUTH;
sta_info.h 26 #define WLAN_STA_PREAUTH BIT(8)
sta_info.c 174 !(sta->flags & WLAN_STA_PREAUTH)) {
281 !(sta->flags & WLAN_STA_PREAUTH)) {
    [all...]
ieee802_1x.c 86 if (sta->flags & WLAN_STA_PREAUTH) {
103 if (sta->flags & WLAN_STA_PREAUTH)
431 if (sta->flags & WLAN_STA_PREAUTH) {
851 if (sta->flags & WLAN_STA_PREAUTH)
913 if (!sta || (!(sta->flags & (WLAN_STA_ASSOC | WLAN_STA_PREAUTH)) &&
    [all...]
drv_callbacks.c 724 sta->flags &= ~WLAN_STA_PREAUTH;
    [all...]
ieee802_11.c 1186 sta->flags &= ~WLAN_STA_PREAUTH;
    [all...]

Completed in 899 milliseconds