Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c432 if (hapd->driver == NULL || hapd->driver->hapd_set_ssid == NULL) in hostapd_set_ssid()
434 return hapd->driver->hapd_set_ssid(hapd->drv_priv, buf, len); in hostapd_set_ssid()
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.c1186 .hapd_set_ssid = hostap_set_ssid,
Ddriver.h2580 int (*hapd_set_ssid)(void *priv, const u8 *buf, int len); member
Ddriver_bsd.c1754 .hapd_set_ssid = bsd_set_ssid,
Ddriver_atheros.c2153 .hapd_set_ssid = atheros_set_ssid,