Searched refs:hapd_set_ssid (Results 1 - 21 of 21) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c411 if (hapd->driver == NULL || hapd->driver->hapd_set_ssid == NULL)
413 return hapd->driver->hapd_set_ssid(hapd->drv_priv, buf, len);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c411 if (hapd->driver == NULL || hapd->driver->hapd_set_ssid == NULL)
413 return hapd->driver->hapd_set_ssid(hapd->drv_priv, buf, len);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c411 if (hapd->driver == NULL || hapd->driver->hapd_set_ssid == NULL)
413 return hapd->driver->hapd_set_ssid(hapd->drv_priv, buf, len);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1837 * hapd_set_ssid - Set SSID (AP only)
1845 int (*hapd_set_ssid)(void *priv, const u8 *buf, int len); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1184 .hapd_set_ssid = hostap_set_ssid,
H A Ddriver_bsd.c1627 .hapd_set_ssid = bsd_set_ssid,
H A Ddriver_madwifi.c1306 .hapd_set_ssid = madwifi_set_ssid,
H A Ddriver_atheros.c1814 * set_generic_elem, and hapd_set_ssid.
2137 .hapd_set_ssid = atheros_set_ssid,
H A Ddriver_test.c3284 .hapd_set_ssid = test_driver_set_ssid,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1837 * hapd_set_ssid - Set SSID (AP only)
1845 int (*hapd_set_ssid)(void *priv, const u8 *buf, int len); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1184 .hapd_set_ssid = hostap_set_ssid,
H A Ddriver_bsd.c1627 .hapd_set_ssid = bsd_set_ssid,
H A Ddriver_madwifi.c1306 .hapd_set_ssid = madwifi_set_ssid,
H A Ddriver_atheros.c1814 * set_generic_elem, and hapd_set_ssid.
2137 .hapd_set_ssid = atheros_set_ssid,
H A Ddriver_test.c3284 .hapd_set_ssid = test_driver_set_ssid,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1837 * hapd_set_ssid - Set SSID (AP only)
1845 int (*hapd_set_ssid)(void *priv, const u8 *buf, int len); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1184 .hapd_set_ssid = hostap_set_ssid,
H A Ddriver_bsd.c1627 .hapd_set_ssid = bsd_set_ssid,
H A Ddriver_madwifi.c1306 .hapd_set_ssid = madwifi_set_ssid,
H A Ddriver_atheros.c1814 * set_generic_elem, and hapd_set_ssid.
2137 .hapd_set_ssid = atheros_set_ssid,
H A Ddriver_test.c3284 .hapd_set_ssid = test_driver_set_ssid,

Completed in 302 milliseconds