Home
last modified time | relevance | path

Searched defs:wps_ie (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/wps/
Dwps_validate.c1085 int wps_validate_beacon(const struct wpabuf *wps_ie) in wps_validate_beacon()
1138 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, in wps_validate_beacon_probe_resp()
1214 int wps_validate_probe_req(const struct wpabuf *wps_ie, const u8 *addr) in wps_validate_probe_req()
1276 int wps_validate_assoc_req(const struct wpabuf *wps_ie) in wps_validate_assoc_req()
1320 int wps_validate_assoc_resp(const struct wpabuf *wps_ie) in wps_validate_assoc_resp()
Dwps.h879 static inline int wps_validate_beacon(const struct wpabuf *wps_ie){ in wps_validate_beacon()
883 static inline int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, in wps_validate_beacon_probe_resp()
889 static inline int wps_validate_probe_req(const struct wpabuf *wps_ie, in wps_validate_probe_req()
895 static inline int wps_validate_assoc_req(const struct wpabuf *wps_ie) in wps_validate_assoc_req()
900 static inline int wps_validate_assoc_resp(const struct wpabuf *wps_ie) in wps_validate_assoc_resp()
/hal_espressif-3.6.0/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c503 struct wpabuf *wps_ie; in wps_build_ic_appie_wps_pr() local