Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A Dwps.h965 int wps_validate_probe_req(const struct wpabuf *wps_ie, const u8 *addr);
997 static inline int wps_validate_probe_req(const struct wpabuf *wps_ie, in wps_validate_probe_req() function
H A Dwps_validate.c1180 int wps_validate_probe_req(const struct wpabuf *wps_ie, const u8 *addr) in wps_validate_probe_req() function
H A Dwps_er.c847 if (wps_validate_probe_req(msg, addr) < 0) { in wps_er_process_wlanevent_probe_req()
/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c1660 if (wps_validate_probe_req(wps_ie, addr) < 0) { in hostapd_wps_probe_req_rx()