Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h30 #define WLAN_STA_WPS BIT(12) macro
Dieee802_1x.c965 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()
985 u32 wflags = sta->flags & (WLAN_STA_WPS | in ieee802_1x_receive()
989 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()
1093 (sta->flags & WLAN_STA_WPS))) { in ieee802_1x_new_station()
1966 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()
1982 sta->flags |= WLAN_STA_WPS; in ieee802_1x_eapol_send()
Ddrv_callbacks.c117 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()
201 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
322 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
Dsta_info.c804 if (sta && (sta->flags & WLAN_STA_WPS)) { in ap_sta_wps_cancel()
1285 (flags & WLAN_STA_WPS ? "[WPS]" : ""), in ap_sta_flags_txt()
Dieee802_11.c1539 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()
1543 sta->flags |= WLAN_STA_WPS; in check_assoc_ies()
1907 if ((sta->flags & WLAN_STA_WPS) || in send_assoc_resp()
Dwps_hostapd.c1480 if (sta->eapol_sm && (sta->flags & WLAN_STA_WPS)) in hostapd_rx_req_put_wlan_response()
1486 if (!sta || !(sta->flags & WLAN_STA_WPS)) { in hostapd_rx_req_put_wlan_response()
Dhostapd.c2680 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()