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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c482 struct wpabuf *probe_resp_ie; local
488 probe_resp_ie = p2p_group_build_probe_resp_ie(group);
489 if (probe_resp_ie == NULL)
492 probe_resp_ie);
503 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
H A Dp2p.h631 * @probe_resp_ie: IE(s) to be added to Probe Response frames
642 * the IEs from probe_resp_ie need to be added to the end of the Probe
643 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
648 const struct wpabuf *probe_resp_ie);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c482 struct wpabuf *probe_resp_ie; local
488 probe_resp_ie = p2p_group_build_probe_resp_ie(group);
489 if (probe_resp_ie == NULL)
492 probe_resp_ie);
503 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
H A Dp2p.h631 * @probe_resp_ie: IE(s) to be added to Probe Response frames
642 * the IEs from probe_resp_ie need to be added to the end of the Probe
643 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
648 const struct wpabuf *probe_resp_ie);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c482 struct wpabuf *probe_resp_ie; local
488 probe_resp_ie = p2p_group_build_probe_resp_ie(group);
489 if (probe_resp_ie == NULL)
492 probe_resp_ie);
503 group->cfg->ie_update(group->cfg->cb_ctx, beacon_ie, probe_resp_ie);
H A Dp2p.h631 * @probe_resp_ie: IE(s) to be added to Probe Response frames
642 * the IEs from probe_resp_ie need to be added to the end of the Probe
643 * Response frame body. If send_probe_resp() is used, the probe_resp_ie
648 const struct wpabuf *probe_resp_ie);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.h267 * @probe_resp_ie: WPS IE for Probe Response
275 struct wpabuf *probe_resp_ie);
H A Dwps_registrar.c150 struct wpabuf *probe_resp_ie);
1211 struct wpabuf *probe_resp_ie)
1213 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1210 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.h267 * @probe_resp_ie: WPS IE for Probe Response
275 struct wpabuf *probe_resp_ie);
H A Dwps_registrar.c150 struct wpabuf *probe_resp_ie);
1211 struct wpabuf *probe_resp_ie)
1213 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1210 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.h267 * @probe_resp_ie: WPS IE for Probe Response
275 struct wpabuf *probe_resp_ie);
H A Dwps_registrar.c150 struct wpabuf *probe_resp_ie);
1211 struct wpabuf *probe_resp_ie)
1213 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
1210 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.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
/external/wpa_supplicant_8/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
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c2271 struct wpabuf *probe_resp_ie; member in struct:wpas_p2p_listen_work
2279 wpabuf_free(lwork->probe_resp_ie);
2315 wpa_drv_set_ap_wps_ie(wpa_s, NULL, lwork->probe_resp_ie, NULL);
2351 const struct wpabuf *probe_resp_ie)
2366 if (probe_resp_ie) {
2367 lwork->probe_resp_ie = wpabuf_dup(probe_resp_ie);
2368 if (lwork->probe_resp_ie == NULL) {
2349 wpas_start_listen(void *ctx, unsigned int freq, unsigned int duration, const struct wpabuf *probe_resp_ie) argument
/external/wpa_supplicant_8/wpa_supplicant/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

Completed in 240 milliseconds