Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.h106 hapd->driver->hapd_set_countermeasures == NULL) in hostapd_drv_set_countermeasures()
108 return hapd->driver->hapd_set_countermeasures(hapd->drv_priv, enabled); in hostapd_drv_set_countermeasures()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1493 int (*hapd_set_countermeasures)(void *priv, int enabled); member
Ddriver_madwifi.c1839 .hapd_set_countermeasures = madwifi_set_countermeasures,