Home
last modified time | relevance | path

Searched refs:hapd_set_countermeasures (Results 1 – 2 of 2) sorted by relevance

/hostap-3.6.0/src/ap/
Dap_drv_ops.h155 hapd->driver->hapd_set_countermeasures == NULL) in hostapd_drv_set_countermeasures()
157 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled); in hostapd_drv_set_countermeasures()
/hostap-3.6.0/src/drivers/
Ddriver.h3243 int (*hapd_set_countermeasures)(void *priv, int enabled); member