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 445 struct wpabuf *probe_resp_ie; local
451 probe_resp_ie = p2p_group_build_probe_resp_ie(group);
452 if (probe_resp_ie == NULL)
455 probe_resp_ie);
466 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
p2p.h 491 * @probe_resp_ie: IE(s) to be added to Probe Response frames
502 * the IEs from probe_resp_ie need to be added to the end of the Probe
503 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
508 const struct wpabuf *probe_resp_ie);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 262 * @probe_resp_ie: WPS IE for Probe Response
270 struct wpabuf *probe_resp_ie);
wps_registrar.c 148 struct wpabuf *probe_resp_ie);
1199 struct wpabuf *probe_resp_ie)
1201 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 142 struct wpabuf *probe_resp_ie)
148 hapd->wps_probe_resp_ie = probe_resp_ie;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c     [all...]

Completed in 285 milliseconds