Home
last modified time | relevance | path

Searched refs:probe_resp_ie (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p_group.c227 struct wpabuf *probe_resp_ie; in p2p_group_update_ies() local
229 probe_resp_ie = p2p_group_build_probe_resp_ie(group); in p2p_group_update_ies()
230 if (probe_resp_ie == NULL) in p2p_group_update_ies()
233 probe_resp_ie); in p2p_group_update_ies()
244 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie); in p2p_group_update_ies()
Dp2p.h458 const struct wpabuf *probe_resp_ie);
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps.h201 const u8 *probe_resp_ie, size_t probe_resp_ie_len);
Dwps_registrar.c90 const u8 *probe_resp_ie, size_t probe_resp_ie_len);
759 const struct wpabuf *probe_resp_ie) in wps_cb_set_ie() argument
766 wpabuf_head(probe_resp_ie), in wps_cb_set_ie()
767 wpabuf_len(probe_resp_ie)); in wps_cb_set_ie()
/external/wpa_supplicant_8/src/wps/
Dwps.h277 struct wpabuf *probe_resp_ie);
Dwps_registrar.c101 struct wpabuf *probe_resp_ie);
1084 struct wpabuf *probe_resp_ie) in wps_cb_set_ie() argument
1086 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c131 struct wpabuf *probe_resp_ie) in hostapd_wps_set_ie_cb() argument
137 hapd->wps_probe_resp_ie = probe_resp_ie; in hostapd_wps_set_ie_cb()
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c1091 const struct wpabuf *probe_resp_ie) argument
1095 wpa_drv_set_ap_wps_ie(wpa_s, NULL, probe_resp_ie, NULL);
/external/wpa_supplicant_8/src/drivers/
Ddriver_test.c3096 const struct wpabuf *probe_resp_ie) in test_start_listen() argument