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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c478 if (hapd->driver == NULL || hapd->driver->hapd_get_ssid == NULL)
480 return hapd->driver->hapd_get_ssid(hapd->drv_priv, buf, len);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver.h2880 * hapd_get_ssid - Get the current SSID (AP only)
2889 int (*hapd_get_ssid)(void *priv, u8 *buf, int len); member in struct:wpa_driver_ops
H A Ddriver_bsd.c1795 .hapd_get_ssid = bsd_get_ssid,
H A Ddriver_atheros.c2279 .hapd_get_ssid = atheros_get_ssid,

Completed in 138 milliseconds