/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | ap_drv_ops.c | 210 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 D | ap_drv_ops.c | 210 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 D | ap_drv_ops.c | 210 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 D | driver_i.h | 500 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 D | driver_hostap.c | 1192 .set_ap_wps_ie = hostap_set_ap_wps_ie,
|
H A D | driver.h | 2574 * 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 D | driver_atheros.c | 1007 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 D | driver_nl80211.c | 9182 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_hostap.c | 1192 .set_ap_wps_ie = hostap_set_ap_wps_ie,
|
H A D | driver.h | 2574 * 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 D | driver_atheros.c | 1007 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 D | driver_nl80211.c | 9182 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver_hostap.c | 1192 .set_ap_wps_ie = hostap_set_ap_wps_ie,
|
H A D | driver.h | 2574 * 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 D | driver_atheros.c | 1007 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 D | driver_nl80211.c | 9182 .set_ap_wps_ie = wpa_driver_set_ap_wps_p2p_ie,
|