Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps.h956 int wps_validate_probe_req(const struct wpabuf *wps_ie, const u8 *addr);
988 static inline int wps_validate_probe_req(const struct wpabuf *wps_ie, in wps_validate_probe_req() function
Dwps_validate.c1180 int wps_validate_probe_req(const struct wpabuf *wps_ie, const u8 *addr) in wps_validate_probe_req() function
Dwps_er.c847 if (wps_validate_probe_req(msg, addr) < 0) { in wps_er_process_wlanevent_probe_req()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1652 if (wps_validate_probe_req(wps_ie, addr) < 0) { in hostapd_wps_probe_req_rx()