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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c481 struct wpabuf *beacon_ie; local
495 beacon_ie = p2p_group_build_beacon_ie(group);
496 if (beacon_ie)
499 beacon_ie);
501 beacon_ie = NULL;
503 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c481 struct wpabuf *beacon_ie; local
495 beacon_ie = p2p_group_build_beacon_ie(group);
496 if (beacon_ie)
499 beacon_ie);
501 beacon_ie = NULL;
503 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c481 struct wpabuf *beacon_ie; local
495 beacon_ie = p2p_group_build_beacon_ie(group);
496 if (beacon_ie)
499 beacon_ie);
501 beacon_ie = NULL;
503 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h265 * @beacon_ie: WPS IE for Beacon
273 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,
1197 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1200 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/src/wps/
H A Dwps.h265 * @beacon_ie: WPS IE for Beacon
273 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,
1197 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1200 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.h265 * @beacon_ie: WPS IE for Beacon
273 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,
1197 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1200 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/hostapd/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;
/external/wpa_supplicant_8/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;
/external/wpa_supplicant_8/wpa_supplicant/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;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c5480 const u8 *ie, *beacon_ie; local
5527 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
5530 beacon_ie = NULL;
5534 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
5571 if (beacon_ie)
5572 os_memcpy(pos, beacon_ie, beacon_ie_len);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c5480 const u8 *ie, *beacon_ie; local
5527 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
5530 beacon_ie = NULL;
5534 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
5571 if (beacon_ie)
5572 os_memcpy(pos, beacon_ie, beacon_ie_len);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c5480 const u8 *ie, *beacon_ie; local
5527 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
5530 beacon_ie = NULL;
5534 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
5571 if (beacon_ie)
5572 os_memcpy(pos, beacon_ie, beacon_ie_len);

Completed in 233 milliseconds