Home
last modified time | relevance | path

Searched refs:hapd_get_ssid (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/ap/
Dap_drv_ops.c551 if (hapd->driver == NULL || hapd->driver->hapd_get_ssid == NULL) in hostapd_get_ssid()
553 return hapd->driver->hapd_get_ssid(hapd->drv_priv, buf, len); in hostapd_get_ssid()
/hostap-latest/src/drivers/
Ddriver_bsd.c1766 .hapd_get_ssid = bsd_get_ssid,
Ddriver.h3755 int (*hapd_get_ssid)(void *priv, u8 *buf, int len); member
Ddriver_atheros.c2267 .hapd_get_ssid = atheros_get_ssid,