Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_1x.c1092 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()
1116 WLAN_STA_MAYBE_WPS); in ieee802_1x_receive()
1117 if (wflags == WLAN_STA_MAYBE_WPS || in ieee802_1x_receive()
1118 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()
1228 ((hapd->conf->wpa && (sta->flags & WLAN_STA_MAYBE_WPS)) || in ieee802_1x_new_station()
2197 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()
2198 WLAN_STA_MAYBE_WPS) { in ieee802_1x_eapol_send()
Ddrv_callbacks.c196 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()
282 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()
431 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()
1656 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_update_dh_ie()
Dsta_info.h29 #define WLAN_STA_MAYBE_WPS BIT(13) macro
Dsta_info.c1429 (flags & WLAN_STA_MAYBE_WPS ? "[MAYBE_WPS]" : ""), in ap_sta_flags_txt()
Dieee802_11.c3027 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()
3049 sta->flags |= WLAN_STA_MAYBE_WPS; in check_assoc_ies()
3651 ((sta->flags & WLAN_STA_MAYBE_WPS) && hapd->conf->wpa))) { in send_assoc_resp()
Dhostapd.c3092 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c229 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()
313 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()
503 sta->flags |= WLAN_STA_MAYBE_WPS; in hostapd_notif_assoc()
1859 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_update_dh_ie()
Dsta_info.c1607 (flags & WLAN_STA_MAYBE_WPS ? "[MAYBE_WPS]" : ""), in ap_sta_flags_txt()
Dieee802_11.c4585 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()
4609 sta->flags |= WLAN_STA_MAYBE_WPS; in check_assoc_ies()
5238 ((sta->flags & WLAN_STA_MAYBE_WPS) && hapd->conf->wpa))) { in send_assoc_resp()
Dhostapd.c3314 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()