Searched defs:wps_ie (Results 1 – 5 of 5) sorted by relevance
1098 int wps_validate_beacon(const struct wpabuf *wps_ie) in wps_validate_beacon()1151 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, in wps_validate_beacon_probe_resp()1227 int wps_validate_probe_req(const struct wpabuf *wps_ie, const u8 *addr) in wps_validate_probe_req()1289 int wps_validate_assoc_req(const struct wpabuf *wps_ie) in wps_validate_assoc_req()1333 int wps_validate_assoc_resp(const struct wpabuf *wps_ie) in wps_validate_assoc_resp()
1000 static inline int wps_validate_beacon(const struct wpabuf *wps_ie){ in wps_validate_beacon()1004 static inline int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, in wps_validate_beacon_probe_resp()1010 static inline int wps_validate_probe_req(const struct wpabuf *wps_ie, in wps_validate_probe_req()1016 static inline int wps_validate_assoc_req(const struct wpabuf *wps_ie) in wps_validate_assoc_req()1021 static inline int wps_validate_assoc_resp(const struct wpabuf *wps_ie) in wps_validate_assoc_resp()
59 struct wpabuf *wps_ie; /* WPS IE from (Re)Association Request */ member
292 struct wpabuf *wps_ie = ieee802_11_vendor_ie_concat(ies, ies_len, WPS_DEV_OUI_WFA); in check_n_add_wps_sta() local
297 struct wpabuf *wps_ie; in wps_build_ic_appie_wps_pr() local