Searched refs:beacon_ie (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_group.c484 struct wpabuf *beacon_ie; local
498 beacon_ie = p2p_group_build_beacon_ie(group);
499 if (beacon_ie)
502 beacon_ie);
504 beacon_ie = NULL;
506 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c718 const u8 *ie, *beacon_ie; local
737 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
740 beacon_ie = NULL;
744 if (nl80211_scan_filtered(drv, ie ? ie : beacon_ie,
803 if (beacon_ie)
804 os_memcpy(pos, beacon_ie, beacon_ie_len);
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps.h273 * @beacon_ie: WPS IE for Beacon
281 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
H A Dwps_registrar.c149 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
1261 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1264 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c157 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, argument
162 hapd->wps_beacon_ie = beacon_ie;

Completed in 199 milliseconds