HomeSort by relevance Sort by last modified time
    Searched refs:get_inact_sec (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 155 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
157 return hapd->driver->get_inact_sec(hapd->drv_priv, addr);
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 1188 .get_inact_sec = hostap_get_inact_sec,
driver.h 2773 int (*get_inact_sec)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]

Completed in 68 milliseconds