Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_drv_ops.h170 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) in hostapd_drv_get_inact_sec()
172 return hapd->driver->get_inact_sec(hapd->drv_priv, addr); in hostapd_drv_get_inact_sec()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c1196 .get_inact_sec = hostap_get_inact_sec,
H A Ddriver.h2939 int (*get_inact_sec)(void *priv, const u8 *addr); member
H A Ddriver_nl80211.c11060 .get_inact_sec = i802_get_inact_sec,