Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Ddump_state.c124 (sta->flags & WLAN_STA_WPS ? "[WPS]" : ""), in hostapd_dump_state()
/external/wpa_supplicant_8/src/ap/
Dsta_info.h25 #define WLAN_STA_WPS BIT(12) macro
Ddrv_callbacks.c105 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()
145 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
266 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
Dieee802_1x.c704 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()
724 u32 wflags = sta->flags & (WLAN_STA_WPS | in ieee802_1x_receive()
728 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()
831 (sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_new_station()
1529 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()
1545 sta->flags |= WLAN_STA_WPS; in ieee802_1x_eapol_send()
Dieee802_11.c941 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()
945 sta->flags |= WLAN_STA_WPS; in check_assoc_ies()
1177 if ((sta->flags & WLAN_STA_WPS) || in send_assoc_resp()
Dwps_hostapd.c1451 if (sta->eapol_sm && (sta->flags & WLAN_STA_WPS)) in hostapd_rx_req_put_wlan_response()
1457 if (!sta || !(sta->flags & WLAN_STA_WPS)) { in hostapd_rx_req_put_wlan_response()
Dsta_info.c674 if (sta && (sta->flags & WLAN_STA_WPS)) { in ap_sta_wps_cancel()
Dhostapd.c1462 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()