Home
last modified time | relevance | path

Searched refs:get_inact_sec (Results 1 – 4 of 4) sorted by relevance

/hostap-3.7.0/src/ap/
Dap_drv_ops.h173 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) in hostapd_drv_get_inact_sec()
175 return hapd->driver->get_inact_sec(hapd->drv_priv, addr); in hostapd_drv_get_inact_sec()
/hostap-3.7.0/src/drivers/
Ddriver_hostap.c1200 .get_inact_sec = hostap_get_inact_sec,
Ddriver.h3273 int (*get_inact_sec)(void *priv, const u8 *addr); member
Ddriver_nl80211.c12203 .get_inact_sec = i802_get_inact_sec,