Home
last modified time | relevance | path

Searched refs:hapd_set_ssid (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/wpa/src/ap/
H A Dap_drv_ops.c486 if (hapd->driver == NULL || hapd->driver->hapd_set_ssid == NULL) in hostapd_set_ssid()
488 return hapd->driver->hapd_set_ssid(hapd->drv_priv, buf, len); in hostapd_set_ssid()
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_hostap.c1193 .hapd_set_ssid = hostap_set_ssid,
H A Ddriver.h2900 int (*hapd_set_ssid)(void *priv, const u8 *buf, int len); member
H A Ddriver_bsd.c1790 .hapd_set_ssid = bsd_set_ssid,
H A Ddriver_atheros.c2278 .hapd_set_ssid = atheros_set_ssid,