Home
last modified time | relevance | path

Searched refs:ap_sta_is_authorized (Results 1 – 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h346 static inline int ap_sta_is_authorized(struct sta_info *sta) in ap_sta_is_authorized() function
Dieee802_1x.c1182 if (!ap_sta_is_authorized(sta)) { in ieee802_1x_receive()
Dieee802_11.c2314 (!(sta->flags & WLAN_STA_MFP) || !ap_sta_is_authorized(sta)) && in handle_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h393 static inline int ap_sta_is_authorized(struct sta_info *sta) in ap_sta_is_authorized() function
Dwpa_auth_glue.c1109 (sta->flags & WLAN_STA_MFP) && ap_sta_is_authorized(sta) && in hostapd_wpa_auth_add_sta_ft()
Dieee802_1x.c1190 if (!ap_sta_is_authorized(sta)) { in ieee802_1x_receive()
Dieee802_11.c3847 (!(sta->flags & WLAN_STA_MFP) || !ap_sta_is_authorized(sta)) && in handle_auth()