Home
last modified time | relevance | path

Searched refs:WLAN_STA_WPS (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.c891 if (sta && (sta->flags & WLAN_STA_WPS)) { in ap_sta_wps_cancel()
1406 if (sta->flags & WLAN_STA_WPS) in ap_sta_clear_disconnect_timeouts()
1428 (flags & WLAN_STA_WPS ? "[WPS]" : ""), in ap_sta_flags_txt()
1460 if (sta->flags & WLAN_STA_WPS) in ap_sta_delayed_1x_auth_fail_cb()
H A Dieee802_1x.c1092 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()
1114 u32 wflags = sta->flags & (WLAN_STA_WPS | in ieee802_1x_receive()
1118 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()
1229 (sta->flags & WLAN_STA_WPS))) { in ieee802_1x_new_station()
2197 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()
2212 "WLAN_STA_WPS"); in ieee802_1x_eapol_send()
2213 sta->flags |= WLAN_STA_WPS; in ieee802_1x_eapol_send()
2571 (sta->flags & WLAN_STA_WPS) && in ieee802_1x_eapol_tx_status()
H A Dsta_info.h28 #define WLAN_STA_WPS BIT(12) macro
H A Ddrv_callbacks.c196 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()
297 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
424 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
1656 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_update_dh_ie()
H A Dwps_hostapd.c1542 if (sta->eapol_sm && (sta->flags & WLAN_STA_WPS)) in hostapd_rx_req_put_wlan_response()
1548 if (!sta || !(sta->flags & WLAN_STA_WPS)) { in hostapd_rx_req_put_wlan_response()
H A Dieee802_11.c3027 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()
3031 sta->flags |= WLAN_STA_WPS; in check_assoc_ies()
3650 ((sta->flags & WLAN_STA_WPS) || in send_assoc_resp()
H A 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/
H A Dieee802_1x.c1102 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()
1124 u32 wflags = sta->flags & (WLAN_STA_WPS | in ieee802_1x_receive()
1128 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()
1237 (sta->flags & WLAN_STA_WPS))) { in ieee802_1x_new_station()
2215 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()
2230 "WPS: WLAN_STA_MAYBE_WPS -> WLAN_STA_WPS"); in ieee802_1x_eapol_send()
2231 sta->flags |= WLAN_STA_WPS; in ieee802_1x_eapol_send()
2577 (sta->flags & WLAN_STA_WPS) && in ieee802_1x_eapol_tx_status()
H A Dsta_info.h30 #define WLAN_STA_WPS BIT(12) macro
H A Ddrv_callbacks.c234 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()
344 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
501 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
1888 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_update_dh_ie()
H A Dsta_info.c945 if (sta && (sta->flags & WLAN_STA_WPS)) { in ap_sta_wps_cancel()
1615 if (sta->flags & WLAN_STA_WPS) in ap_sta_clear_disconnect_timeouts()
1638 (flags & WLAN_STA_WPS ? "[WPS]" : ""), in ap_sta_flags_txt()
1674 if (sta->flags & WLAN_STA_WPS) in ap_sta_delayed_1x_auth_fail_cb()
H A Dwps_hostapd.c1727 if (sta->eapol_sm && (sta->flags & WLAN_STA_WPS)) in hostapd_rx_req_put_wlan_response()
1733 if (!sta || !(sta->flags & WLAN_STA_WPS)) { in hostapd_rx_req_put_wlan_response()
H A Dieee802_11.c4607 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in check_assoc_ies()
4613 sta->flags |= WLAN_STA_WPS; in check_assoc_ies()
5259 ((sta->flags & WLAN_STA_WPS) || in send_assoc_resp()
H A Dhostapd.c3313 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()

Completed in 44 milliseconds