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

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_group.c485 struct wpabuf *probe_resp_ie; local
491 probe_resp_ie = p2p_group_build_probe_resp_ie(group);
492 if (probe_resp_ie == NULL)
495 probe_resp_ie);
506 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
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);
/freebsd-11-stable/contrib/wpa/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)
1264 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1261 wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) argument
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c158 struct wpabuf *probe_resp_ie)
164 hapd->wps_probe_resp_ie = probe_resp_ie;
157 hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *beacon_ie, struct wpabuf *probe_resp_ie) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c2462 struct wpabuf *probe_resp_ie; member in struct:wpas_p2p_listen_work
2470 wpabuf_free(lwork->probe_resp_ie);
2506 wpa_drv_set_ap_wps_ie(wpa_s, NULL, lwork->probe_resp_ie, NULL);
2542 const struct wpabuf *probe_resp_ie)
2557 if (probe_resp_ie) {
2558 lwork->probe_resp_ie = wpabuf_dup(probe_resp_ie);
2559 if (lwork->probe_resp_ie == NULL) {
2540 wpas_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) argument
H A Ddpp_supplicant.c561 struct wpabuf *probe_resp_ie; member in struct:wpas_dpp_listen_work

Completed in 154 milliseconds