Searched refs:hapd_get_ssid (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c416 if (hapd->driver == NULL || hapd->driver->hapd_get_ssid == NULL)
418 return hapd->driver->hapd_get_ssid(hapd->drv_priv, buf, len);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c416 if (hapd->driver == NULL || hapd->driver->hapd_get_ssid == NULL)
418 return hapd->driver->hapd_get_ssid(hapd->drv_priv, buf, len);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c416 if (hapd->driver == NULL || hapd->driver->hapd_get_ssid == NULL)
418 return hapd->driver->hapd_get_ssid(hapd->drv_priv, buf, len);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2006 * hapd_get_ssid - Get the current SSID (AP only)
2015 int (*hapd_get_ssid)(void *priv, u8 *buf, int len); member in struct:wpa_driver_ops
H A Ddriver_madwifi.c1303 .hapd_get_ssid = madwifi_get_ssid,
H A Ddriver_bsd.c1628 .hapd_get_ssid = bsd_get_ssid,
H A Ddriver_atheros.c2234 .hapd_get_ssid = atheros_get_ssid,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2006 * hapd_get_ssid - Get the current SSID (AP only)
2015 int (*hapd_get_ssid)(void *priv, u8 *buf, int len); member in struct:wpa_driver_ops
H A Ddriver_madwifi.c1303 .hapd_get_ssid = madwifi_get_ssid,
H A Ddriver_bsd.c1628 .hapd_get_ssid = bsd_get_ssid,
H A Ddriver_atheros.c2234 .hapd_get_ssid = atheros_get_ssid,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h2006 * hapd_get_ssid - Get the current SSID (AP only)
2015 int (*hapd_get_ssid)(void *priv, u8 *buf, int len); member in struct:wpa_driver_ops
H A Ddriver_madwifi.c1303 .hapd_get_ssid = madwifi_get_ssid,
H A Ddriver_bsd.c1628 .hapd_get_ssid = bsd_get_ssid,
H A Ddriver_atheros.c2234 .hapd_get_ssid = atheros_get_ssid,

Completed in 196 milliseconds