Searched refs:beacon_ie (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wps_hostapd.c | 34 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/ |
D | wps.h | 286 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
|
D | wps_registrar.c | 148 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()
|