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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c180 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
187 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c180 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
187 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h464 if (!wpa_s->driver->set_ap_wps_ie)
466 return wpa_s->driver->set_ap_wps_ie(wpa_s->drv_priv, beacon,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c180 if (hapd->driver == NULL || hapd->driver->set_ap_wps_ie == NULL)
187 ret = hapd->driver->set_ap_wps_ie(hapd->drv_priv, beacon, proberesp,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1848 * set_ap_wps_ie - Add WPS IE(s) into Beacon/Probe Response frames (AP)
1875 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_atheros.c829 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
830 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
832 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
1444 .set_ap_wps_ie = atheros_set_ap_wps_ie,
H A Ddriver_madwifi.c1317 .set_ap_wps_ie = madwifi_set_ap_wps_ie,
H A Ddriver_test.c3294 .set_ap_wps_ie = test_driver_set_ap_wps_ie,
H A Ddriver_nl80211.c9040 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1848 * set_ap_wps_ie - Add WPS IE(s) into Beacon/Probe Response frames (AP)
1875 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_atheros.c829 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
830 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
832 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
1444 .set_ap_wps_ie = atheros_set_ap_wps_ie,
H A Ddriver_madwifi.c1317 .set_ap_wps_ie = madwifi_set_ap_wps_ie,
H A Ddriver_test.c3294 .set_ap_wps_ie = test_driver_set_ap_wps_ie,
H A Ddriver_nl80211.c9040 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1848 * set_ap_wps_ie - Add WPS IE(s) into Beacon/Probe Response frames (AP)
1875 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_atheros.c829 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon);
830 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp",
832 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp",
1444 .set_ap_wps_ie = atheros_set_ap_wps_ie,
H A Ddriver_madwifi.c1317 .set_ap_wps_ie = madwifi_set_ap_wps_ie,
H A Ddriver_test.c3294 .set_ap_wps_ie = test_driver_set_ap_wps_ie,
H A Ddriver_nl80211.c9040 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,

Completed in 284 milliseconds