Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/src/ap/
H A Dap_drv_ops.h174 hapd->driver->hapd_set_countermeasures == NULL) in hostapd_drv_set_countermeasures()
176 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled); in hostapd_drv_set_countermeasures()
/freebsd-14.2/contrib/wpa/src/drivers/
H A Ddriver.h3755 int (*hapd_set_countermeasures)(void *priv, int enabled); member