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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c444 struct wpabuf *beacon_ie; local
458 beacon_ie = p2p_group_build_beacon_ie(group);
459 if (beacon_ie)
462 beacon_ie);
464 beacon_ie = NULL;
466 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c444 struct wpabuf *beacon_ie; local
458 beacon_ie = p2p_group_build_beacon_ie(group);
459 if (beacon_ie)
462 beacon_ie);
464 beacon_ie = NULL;
466 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.c444 struct wpabuf *beacon_ie; local
458 beacon_ie = p2p_group_build_beacon_ie(group);
459 if (beacon_ie)
462 beacon_ie);
464 beacon_ie = NULL;
466 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h262 * @beacon_ie: WPS IE for Beacon
270 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
H A Dwps_registrar.c147 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
1203 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1206 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/src/wps/
H A Dwps.h262 * @beacon_ie: WPS IE for Beacon
270 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
H A Dwps_registrar.c147 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
1203 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1206 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.h262 * @beacon_ie: WPS IE for Beacon
270 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
H A Dwps_registrar.c147 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
1203 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1206 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c156 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, argument
161 hapd->wps_beacon_ie = beacon_ie;
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c156 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, argument
161 hapd->wps_beacon_ie = beacon_ie;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c156 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, argument
161 hapd->wps_beacon_ie = beacon_ie;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c4608 const u8 *ie, *beacon_ie; local
4648 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
4651 beacon_ie = NULL;
4655 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
4692 if (beacon_ie)
4693 os_memcpy(pos, beacon_ie, beacon_ie_len);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c4608 const u8 *ie, *beacon_ie; local
4648 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
4651 beacon_ie = NULL;
4655 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
4692 if (beacon_ie)
4693 os_memcpy(pos, beacon_ie, beacon_ie_len);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c4608 const u8 *ie, *beacon_ie; local
4648 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
4651 beacon_ie = NULL;
4655 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
4692 if (beacon_ie)
4693 os_memcpy(pos, beacon_ie, beacon_ie_len);

Completed in 480 milliseconds