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

  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 227 struct wpabuf *probe_resp_ie; local
229 probe_resp_ie = p2p_group_build_probe_resp_ie(group);
230 if (probe_resp_ie == NULL)
233 probe_resp_ie);
244 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
p2p.h 441 * @probe_resp_ie: IE(s) to be added to Probe Response frames
452 * the IEs from probe_resp_ie need to be added to the end of the Probe
453 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
458 const struct wpabuf *probe_resp_ie);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 193 * @probe_resp_ie: WPS IE for Probe Response
201 const u8 *probe_resp_ie, size_t probe_resp_ie_len);
wps_registrar.c 90 const u8 *probe_resp_ie, size_t probe_resp_ie_len);
759 const struct wpabuf *probe_resp_ie)
766 wpabuf_head(probe_resp_ie),
767 wpabuf_len(probe_resp_ie));
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.h 269 * @probe_resp_ie: WPS IE for Probe Response
277 struct wpabuf *probe_resp_ie);
wps_registrar.c 101 struct wpabuf *probe_resp_ie);
1084 struct wpabuf *probe_resp_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 131 struct wpabuf *probe_resp_ie)
137 hapd->wps_probe_resp_ie = probe_resp_ie;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 1091 const struct wpabuf *probe_resp_ie)
1095 wpa_drv_set_ap_wps_ie(wpa_s, NULL, probe_resp_ie, NULL);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c     [all...]

Completed in 148 milliseconds