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

/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h470 if (!wpa_s->driver->set_ap_wps_ie)
472 return wpa_s->driver->set_ap_wps_ie(wpa_s->drv_priv, beacon,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c214 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
221 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c214 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
221 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.c214 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
221 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1952 * set_ap_wps_ie - Add WPS IE(s) into Beacon/Probe Response frames (AP)
1979 int (*set_ap_wps_ie)(void *priv, const struct wpabuf *beacon, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1190 .set_ap_wps_ie = hostap_set_ap_wps_ie,
H A Ddriver_madwifi.c1311 .set_ap_wps_ie = madwifi_set_ap_wps_ie,
H A Ddriver_atheros.c1032 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
1033 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1035 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
2142 .set_ap_wps_ie = atheros_set_ap_wps_ie,
H A Ddriver_test.c3283 .set_ap_wps_ie = test_driver_set_ap_wps_ie,
H A Ddriver_nl80211.c9917 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1952 * set_ap_wps_ie - Add WPS IE(s) into Beacon/Probe Response frames (AP)
1979 int (*set_ap_wps_ie)(void *priv, const struct wpabuf *beacon, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1190 .set_ap_wps_ie = hostap_set_ap_wps_ie,
H A Ddriver_madwifi.c1311 .set_ap_wps_ie = madwifi_set_ap_wps_ie,
H A Ddriver_atheros.c1032 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
1033 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1035 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
2142 .set_ap_wps_ie = atheros_set_ap_wps_ie,
H A Ddriver_test.c3283 .set_ap_wps_ie = test_driver_set_ap_wps_ie,
H A Ddriver_nl80211.c9917 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1952 * set_ap_wps_ie - Add WPS IE(s) into Beacon/Probe Response frames (AP)
1979 int (*set_ap_wps_ie)(void *priv, const struct wpabuf *beacon, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1190 .set_ap_wps_ie = hostap_set_ap_wps_ie,
H A Ddriver_madwifi.c1311 .set_ap_wps_ie = madwifi_set_ap_wps_ie,
H A Ddriver_atheros.c1032 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
1033 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
1035 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
2142 .set_ap_wps_ie = atheros_set_ap_wps_ie,
H A Ddriver_test.c3283 .set_ap_wps_ie = test_driver_set_ap_wps_ie,
H A Ddriver_nl80211.c9917 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,

Completed in 677 milliseconds