HomeSort by relevance Sort by last modified time
    Searched refs:beacon_ie (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 226 struct wpabuf *beacon_ie; local
236 beacon_ie = p2p_group_build_beacon_ie(group);
237 if (beacon_ie)
240 beacon_ie);
242 beacon_ie = NULL;
244 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 191 * @beacon_ie: WPS IE for Beacon
200 int (*set_ie_cb)(void *ctx, const u8 *beacon_ie, size_t beacon_ie_len,
wps_registrar.c 89 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),
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 268 * @beacon_ie: WPS IE for Beacon
276 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
wps_registrar.c 100 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
1083 static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie,
1086 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 130 static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie,
135 hapd->wps_beacon_ie = beacon_ie;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 3765 const u8 *ie, *beacon_ie; local
    [all...]

Completed in 256 milliseconds