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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c210 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
213 return hapd->driver->set_ap_wps_ie(hapd->drv_priv, NULL, NULL, NULL);
222 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
229 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c210 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
213 return hapd->driver->set_ap_wps_ie(hapd->drv_priv, NULL, NULL, NULL);
222 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
229 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c210 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
213 return hapd->driver->set_ap_wps_ie(hapd->drv_priv, NULL, NULL, NULL);
222 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
229 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h500 if (!wpa_s->driver->set_ap_wps_ie)
502 return wpa_s->driver->set_ap_wps_ie(wpa_s->drv_priv, beacon,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c1192 .set_ap_wps_ie = hostap_set_ap_wps_ie,
H A Ddriver.h2574 * set_ap_wps_ie - Add WPS IE(s) into Beacon/Probe Response frames (AP)
2601 int (*set_ap_wps_ie)(void *priv, const struct wpabuf *beacon, member in struct:wpa_driver_ops
H A Ddriver_atheros.c1007 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
1008 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1010 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
2154 .set_ap_wps_ie = atheros_set_ap_wps_ie,
H A Ddriver_nl80211.c9182 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c1192 .set_ap_wps_ie = hostap_set_ap_wps_ie,
H A Ddriver.h2574 * set_ap_wps_ie - Add WPS IE(s) into Beacon/Probe Response frames (AP)
2601 int (*set_ap_wps_ie)(void *priv, const struct wpabuf *beacon, member in struct:wpa_driver_ops
H A Ddriver_atheros.c1007 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
1008 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1010 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
2154 .set_ap_wps_ie = atheros_set_ap_wps_ie,
H A Ddriver_nl80211.c9182 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c1192 .set_ap_wps_ie = hostap_set_ap_wps_ie,
H A Ddriver.h2574 * set_ap_wps_ie - Add WPS IE(s) into Beacon/Probe Response frames (AP)
2601 int (*set_ap_wps_ie)(void *priv, const struct wpabuf *beacon, member in struct:wpa_driver_ops
H A Ddriver_atheros.c1007 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
1008 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1010 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
2154 .set_ap_wps_ie = atheros_set_ap_wps_ie,
H A Ddriver_nl80211.c9182 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,

Completed in 277 milliseconds