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

  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 485 struct wpabuf *probe_resp_ie; local
491 probe_resp_ie = p2p_group_build_probe_resp_ie(group);
492 if (probe_resp_ie == NULL)
495 probe_resp_ie);
506 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
p2p.h 690 * @probe_resp_ie: IE(s) to be added to Probe Response frames
701 * the IEs from probe_resp_ie need to be added to the end of the Probe
702 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
707 const struct wpabuf *probe_resp_ie);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 267 * @probe_resp_ie: WPS IE for Probe Response
275 struct wpabuf *probe_resp_ie);
wps_registrar.c 150 struct wpabuf *probe_resp_ie);
1213 struct wpabuf *probe_resp_ie)
1215 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 158 struct wpabuf *probe_resp_ie)
164 hapd->wps_probe_resp_ie = probe_resp_ie;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 2421 struct wpabuf *probe_resp_ie; member in struct:wpas_p2p_listen_work
    [all...]
dpp_supplicant.c 604 struct wpabuf *probe_resp_ie; member in struct:wpas_dpp_listen_work
    [all...]

Completed in 409 milliseconds