Searched refs:probe_resp_ie (Results 1 - 19 of 19) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c445 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);
H A Dp2p.h481 * @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);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c445 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);
H A Dp2p.h481 * @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);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c445 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);
H A Dp2p.h481 * @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);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h263 * @probe_resp_ie: WPS IE for Probe Response
271 struct wpabuf *probe_resp_ie);
H A Dwps_registrar.c148 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);
1203 wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/src/wps/
H A Dwps.h263 * @probe_resp_ie: WPS IE for Probe Response
271 struct wpabuf *probe_resp_ie);
H A Dwps_registrar.c148 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);
1203 wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.h263 * @probe_resp_ie: WPS IE for Probe Response
271 struct wpabuf *probe_resp_ie);
H A Dwps_registrar.c148 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);
1203 wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c157 struct wpabuf *probe_resp_ie)
163 hapd->wps_probe_resp_ie = probe_resp_ie;
156 hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c157 struct wpabuf *probe_resp_ie)
163 hapd->wps_probe_resp_ie = probe_resp_ie;
156 hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c157 struct wpabuf *probe_resp_ie)
163 hapd->wps_probe_resp_ie = probe_resp_ie;
156 hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c1446 const struct wpabuf *probe_resp_ie)
1450 wpa_drv_set_ap_wps_ie(wpa_s, NULL, probe_resp_ie, NULL);
1444 wpas_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_test.c3085 const struct wpabuf *probe_resp_ie)
3083 test_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_test.c3085 const struct wpabuf *probe_resp_ie)
3083 test_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_test.c3085 const struct wpabuf *probe_resp_ie)
3083 test_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) argument

Completed in 330 milliseconds