Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A 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()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3733 int (*hapd_get_ssid)(void *priv, u8 *buf, int len); member
H A Ddriver_bsd.c1886 .hapd_get_ssid = bsd_get_ssid,
H A Ddriver_atheros.c2267 .hapd_get_ssid = atheros_get_ssid,