Lines Matching refs:wps
320 struct wpabuf *wps; in hostapd_notif_assoc() local
334 wps = ieee802_11_vendor_ie_concat(ie, ielen, in hostapd_notif_assoc()
336 if (wps) { in hostapd_notif_assoc()
337 if (wps_is_20(wps)) { in hostapd_notif_assoc()
342 wpabuf_free(wps); in hostapd_notif_assoc()
474 struct wpabuf *wps; in hostapd_notif_assoc() local
477 wps = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, in hostapd_notif_assoc()
480 wps = NULL; in hostapd_notif_assoc()
482 if (wps && wps_validate_assoc_req(wps) < 0) { in hostapd_notif_assoc()
485 wpabuf_free(wps); in hostapd_notif_assoc()
489 if (wps) { in hostapd_notif_assoc()
491 if (wps_is_20(wps)) { in hostapd_notif_assoc()
498 wpabuf_free(wps); in hostapd_notif_assoc()