Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_group.c511 struct wpabuf *probe_resp_ie; in p2p_group_update_ies() local
517 probe_resp_ie = p2p_group_build_probe_resp_ie(group); in p2p_group_update_ies()
518 if (probe_resp_ie == NULL) in p2p_group_update_ies()
521 probe_resp_ie); in p2p_group_update_ies()
537 wpabuf_free(probe_resp_ie); in p2p_group_update_ies()
538 probe_resp_ie = NULL; in p2p_group_update_ies()
542 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie); in p2p_group_update_ies()
H A Dp2p.h719 * @probe_resp_ie: IE(s) to be added to Probe Response frames
730 * the IEs from probe_resp_ie need to be added to the end of the Probe
731 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
736 const struct wpabuf *probe_resp_ie);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_group.c485 struct wpabuf *probe_resp_ie; in p2p_group_update_ies() local
491 probe_resp_ie = p2p_group_build_probe_resp_ie(group); in p2p_group_update_ies()
492 if (probe_resp_ie == NULL) in p2p_group_update_ies()
495 probe_resp_ie); in p2p_group_update_ies()
506 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie); in p2p_group_update_ies()
H A Dp2p.h697 * @probe_resp_ie: IE(s) to be added to Probe Response frames
708 * the IEs from probe_resp_ie need to be added to the end of the Probe
709 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
714 const struct wpabuf *probe_resp_ie);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps.h274 * @probe_resp_ie: WPS IE for Probe Response
282 struct wpabuf *probe_resp_ie);
H A Dwps_registrar.c150 struct wpabuf *probe_resp_ie);
1262 struct wpabuf *probe_resp_ie) in wps_cb_set_ie()
1264 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie()
1261 wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) wps_cb_set_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps.h275 * @probe_resp_ie: WPS IE for Probe Response
283 struct wpabuf *probe_resp_ie);
H A Dwps_registrar.c151 struct wpabuf *probe_resp_ie);
1263 struct wpabuf *probe_resp_ie) in wps_cb_set_ie()
1265 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie()
1262 wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) wps_cb_set_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c2471 struct wpabuf *probe_resp_ie; member
2479 wpabuf_free(lwork->probe_resp_ie); in wpas_p2p_listen_work_free()
2515 wpa_drv_set_ap_wps_ie(wpa_s, NULL, lwork->probe_resp_ie, NULL); in wpas_start_listen_cb()
2551 const struct wpabuf *probe_resp_ie) in wpas_start_listen()
2566 if (probe_resp_ie) { in wpas_start_listen()
2567 lwork->probe_resp_ie = wpabuf_dup(probe_resp_ie); in wpas_start_listen()
2568 if (lwork->probe_resp_ie == NULL) { in wpas_start_listen()
2549 wpas_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) wpas_start_listen() argument
H A Ddpp_supplicant.c561 struct wpabuf *probe_resp_ie; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwps_hostapd.c160 struct wpabuf *probe_resp_ie) in hostapd_wps_set_ie_cb()
166 hapd->wps_probe_resp_ie = probe_resp_ie; in hostapd_wps_set_ie_cb()
159 hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) hostapd_wps_set_ie_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwps_hostapd.c158 struct wpabuf *probe_resp_ie) in hostapd_wps_set_ie_cb()
164 hapd->wps_probe_resp_ie = probe_resp_ie; in hostapd_wps_set_ie_cb()
157 hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) hostapd_wps_set_ie_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c3052 struct wpabuf *probe_resp_ie; member
3060 wpabuf_free(lwork->probe_resp_ie); in wpas_p2p_listen_work_free()
3096 wpa_drv_set_ap_wps_ie(wpa_s, NULL, lwork->probe_resp_ie, NULL); in wpas_start_listen_cb()
3137 const struct wpabuf *probe_resp_ie) in wpas_start_listen()
3152 if (probe_resp_ie) { in wpas_start_listen()
3153 lwork->probe_resp_ie = wpabuf_dup(probe_resp_ie); in wpas_start_listen()
3154 if (lwork->probe_resp_ie == NULL) { in wpas_start_listen()
3135 wpas_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) wpas_start_listen() argument
H A Ddpp_supplicant.c890 struct wpabuf *probe_resp_ie; member

Completed in 72 milliseconds