Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.c239 !(sta->flags & WLAN_STA_WPS))) in ap_free_sta()
1126 if (sta && (sta->flags & WLAN_STA_WPS)) { in ap_sta_wps_cancel()
1709 if (sta->flags & WLAN_STA_WPS) in ap_sta_clear_disconnect_timeouts()
1732 (flags & WLAN_STA_WPS ? "[WPS]" : ""), in ap_sta_flags_txt()
1767 if (sta->flags & WLAN_STA_WPS) in ap_sta_delayed_1x_auth_fail_cb()
H A Dieee802_1x.c1189 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in ieee802_1x_receive()
1217 u32 wflags = sta->flags & (WLAN_STA_WPS | in ieee802_1x_receive()
1221 wflags == (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) { in ieee802_1x_receive()
1330 (sta->flags & WLAN_STA_WPS))) { in ieee802_1x_new_station()
2312 if ((sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS)) == in ieee802_1x_eapol_send()
2328 sta->flags |= WLAN_STA_WPS; in ieee802_1x_eapol_send()
2713 (sta->flags & WLAN_STA_WPS) && in ieee802_1x_eapol_tx_status()
H A Dsta_info.h32 #define WLAN_STA_WPS BIT(12) macro
H A Ddrv_callbacks.c398 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_assoc()
492 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
648 sta->flags |= WLAN_STA_WPS; in hostapd_notif_assoc()
2332 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in hostapd_notif_update_dh_ie()
H A Dwps_hostapd.c1728 if (sta->eapol_sm && (sta->flags & WLAN_STA_WPS)) in hostapd_rx_req_put_wlan_response()
1734 if (!sta || !(sta->flags & WLAN_STA_WPS)) { in hostapd_rx_req_put_wlan_response()
H A Dieee802_11.c4061 sta->flags &= ~(WLAN_STA_WPS | WLAN_STA_MAYBE_WPS | WLAN_STA_WPS2); in __check_assoc_ies()
4065 sta->flags |= WLAN_STA_WPS; in __check_assoc_ies()
5074 ((sta->flags & WLAN_STA_WPS) || in send_assoc_resp()
6651 !(sta->flags & WLAN_STA_WPS))) { in handle_assoc_cb()
H A Dhostapd.c4053 !(sta->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) in hostapd_new_assoc_sta()