/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_group.c | 511 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 D | p2p.h | 719 * @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 D | p2p_group.c | 485 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 D | p2p.h | 697 * @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 D | wps.h | 274 * @probe_resp_ie: WPS IE for Probe Response 282 struct wpabuf *probe_resp_ie);
|
H A D | wps_registrar.c | 150 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 D | wps.h | 275 * @probe_resp_ie: WPS IE for Probe Response 283 struct wpabuf *probe_resp_ie);
|
H A D | wps_registrar.c | 151 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 D | p2p_supplicant.c | 2471 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 D | dpp_supplicant.c | 561 struct wpabuf *probe_resp_ie; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 160 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 D | wps_hostapd.c | 158 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 D | p2p_supplicant.c | 3052 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 D | dpp_supplicant.c | 890 struct wpabuf *probe_resp_ie; member
|