Searched defs:beacon_ie (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c414 struct wpabuf *beacon_ie; local
428 beacon_ie = p2p_group_build_beacon_ie(group);
429 if (beacon_ie)
432 beacon_ie);
434 beacon_ie = NULL;
436 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c414 struct wpabuf *beacon_ie; local
428 beacon_ie = p2p_group_build_beacon_ie(group);
429 if (beacon_ie)
432 beacon_ie);
434 beacon_ie = NULL;
436 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.c414 struct wpabuf *beacon_ie; local
428 beacon_ie = p2p_group_build_beacon_ie(group);
429 if (beacon_ie)
432 beacon_ie);
434 beacon_ie = NULL;
436 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c134 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, argument
139 hapd->wps_beacon_ie = beacon_ie;
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c134 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, argument
139 hapd->wps_beacon_ie = beacon_ie;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c134 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, argument
139 hapd->wps_beacon_ie = beacon_ie;
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_registrar.c89 int (*set_ie_cb)(void *ctx, const u8 *beacon_ie, size_t beacon_ie_len,
758 const struct wpabuf *beacon_ie,
764 return reg->set_ie_cb(reg->cb_ctx, wpabuf_head(beacon_ie),
765 wpabuf_len(beacon_ie),
757 wps_cb_set_ie(struct wps_registrar *reg, const struct wpabuf *beacon_ie, const struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c147 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
1155 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1158 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c147 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
1155 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1158 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c147 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
1155 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, argument
1158 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c3884 const u8 *ie, *beacon_ie; local
3924 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
3927 beacon_ie = NULL;
3931 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
3968 if (beacon_ie)
3969 os_memcpy(pos, beacon_ie, beacon_ie_len);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c3884 const u8 *ie, *beacon_ie; local
3924 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
3927 beacon_ie = NULL;
3931 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
3968 if (beacon_ie)
3969 os_memcpy(pos, beacon_ie, beacon_ie_len);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c3884 const u8 *ie, *beacon_ie; local
3924 beacon_ie = nla_data(bss[NL80211_BSS_BEACON_IES]);
3927 beacon_ie = NULL;
3931 if (nl80211_scan_filtered(_arg->drv, ie ? ie : beacon_ie,
3968 if (beacon_ie)
3969 os_memcpy(pos, beacon_ie, beacon_ie_len);

Completed in 229 milliseconds