Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c457 if (hapd->driver == NULL || hapd->driver->set_privacy == NULL) in hostapd_set_privacy()
459 return hapd->driver->set_privacy(hapd->drv_priv, enabled); in hostapd_set_privacy()
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.c1183 .set_privacy = hostap_set_privacy,
Ddriver.h2725 int (*set_privacy)(void *priv, int enabled); member
Ddriver_bsd.c1731 .set_privacy = bsd_set_privacy,
Ddriver_atheros.c2268 .set_privacy = atheros_set_privacy,