Home
last modified time | relevance | path

Searched refs:probe_resp_ie (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c35 struct wpabuf *probe_resp_ie) in hostapd_wps_set_ie_cb() argument
46 wpa_printf(MSG_DEBUG, "WPS: Updating probe IEs(%d) to driver", probe_resp_ie->used); in hostapd_wps_set_ie_cb()
48 (uint8_t *)wpabuf_head(probe_resp_ie), probe_resp_ie->used, 0); in hostapd_wps_set_ie_cb()
52 wpabuf_free(probe_resp_ie); in hostapd_wps_set_ie_cb()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.h287 struct wpabuf *probe_resp_ie);
Dwps_registrar.c149 struct wpabuf *probe_resp_ie);
1278 struct wpabuf *probe_resp_ie) in wps_cb_set_ie() argument
1280 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie()