Searched refs:get_inact_sec (Results 1 – 4 of 4) sorted by relevance
163 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) in hostapd_drv_get_inact_sec()165 return hapd->driver->get_inact_sec(hapd->drv_priv, addr); in hostapd_drv_get_inact_sec()
1196 .get_inact_sec = hostap_get_inact_sec,
2893 int (*get_inact_sec)(void *priv, const u8 *addr); member
10932 .get_inact_sec = i802_get_inact_sec,