Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c34 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, in hostapd_wps_set_ie_cb() argument
39 wpa_printf(MSG_DEBUG, "WPS: Updating beacon IEs(%d) to driver", beacon_ie->used); in hostapd_wps_set_ie_cb()
41 (uint8_t *)wpabuf_head(beacon_ie), beacon_ie->used, 0); in hostapd_wps_set_ie_cb()
51 wpabuf_free(beacon_ie); in hostapd_wps_set_ie_cb()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.h286 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
Dwps_registrar.c148 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
1277 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_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()