Searched refs:get_inact_sec (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h170 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
172 return hapd->driver->get_inact_sec(hapd->drv_priv, addr);
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h2934 * get_inact_sec - Get station inactivity duration (AP only)
2939 int (*get_inact_sec)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1196 .get_inact_sec = hostap_get_inact_sec,

Completed in 118 milliseconds