Home
last modified time | relevance | path

Searched refs:wps_validate_assoc_req (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/wps/
H A Dwps.h966 int wps_validate_assoc_req(const struct wpabuf *wps_ie);
1003 static inline int wps_validate_assoc_req(const struct wpabuf *wps_ie) in wps_validate_assoc_req() function
H A Dwps_validate.c1227 int wps_validate_assoc_req(const struct wpabuf *wps_ie) in wps_validate_assoc_req() function
/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c640 if (wps && wps_validate_assoc_req(wps) < 0) { in hostapd_notif_assoc()
H A Dieee802_11.c4075 if (sta->wps_ie && wps_validate_assoc_req(sta->wps_ie) < 0) { in __check_assoc_ies()