Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_drv_ops.h269 if (!hapd->driver->get_survey) in hostapd_drv_get_survey()
271 return hapd->driver->get_survey(hapd->drv_priv, freq); in hostapd_drv_get_survey()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver.h3770 int (*get_survey)(void *priv, unsigned int freq); member
H A Ddriver_nl80211.c11102 .get_survey = wpa_driver_nl80211_get_survey,