Home
last modified time | relevance | path

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

/hostap-latest/src/wps/
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
Dwps_validate.c1227 int wps_validate_assoc_req(const struct wpabuf *wps_ie) in wps_validate_assoc_req() function
/hostap-latest/src/ap/
Ddrv_callbacks.c642 if (wps && wps_validate_assoc_req(wps) < 0) { in hostapd_notif_assoc()
Dieee802_11.c4080 if (sta->wps_ie && wps_validate_assoc_req(sta->wps_ie) < 0) { in __check_assoc_ies()