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 481 * @probe_resp_ie: IE(s) to be added to Probe Response frames
492 * the IEs from probe_resp_ie need to be added to the end of the Probe
493 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
498 const struct wpabuf *probe_resp_ie);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 263 * @probe_resp_ie: WPS IE for Probe Response
271 struct wpabuf *probe_resp_ie);
wps_registrar.c 148 struct wpabuf *probe_resp_ie);
1204 struct wpabuf *probe_resp_ie)
1206 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 157 struct wpabuf *probe_resp_ie)
163 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 78 milliseconds