Home
last modified time | relevance | path

Searched refs:WLAN_STA_MAYBE_WPS (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c1102 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()
1126 WLAN_STA_MAYBE_WPS); in ieee802_1x_receive()
1127 if (wflags == WLAN_STA_MAYBE_WPS || in ieee802_1x_receive()
1128 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()
1236 ((hapd->conf->wpa && (sta->flags & WLAN_STA_MAYBE_WPS)) || in ieee802_1x_new_station()
2215 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()
2216 WLAN_STA_MAYBE_WPS) { in ieee802_1x_eapol_send()
Dsta_info.h31 #define WLAN_STA_MAYBE_WPS BIT(13) macro
Ddrv_callbacks.c223 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()
307 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()
497 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()
1814 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_update_dh_ie()
Dsta_info.c1476 (flags & WLAN_STA_MAYBE_WPS ? "[MAYBE_WPS]" : ""), in ap_sta_flags_txt()
Dieee802_11.c4449 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()
4473 sta->flags |= WLAN_STA_MAYBE_WPS; in check_assoc_ies()
5102 ((sta->flags & WLAN_STA_MAYBE_WPS) && hapd->conf->wpa))) { in send_assoc_resp()
Dhostapd.c3215 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()