Searched refs:get_inact_sec (Results 1 - 12 of 12) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | ap_drv_ops.h | 145 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) 147 return hapd->driver->get_inact_sec(hapd->drv_priv, addr);
|
/external/wpa_supplicant_8/src/ap/ |
H A D | ap_drv_ops.h | 145 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) 147 return hapd->driver->get_inact_sec(hapd->drv_priv, addr);
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | ap_drv_ops.h | 145 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL) 147 return hapd->driver->get_inact_sec(hapd->drv_priv, addr);
|
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver.h | 2303 * get_inact_sec - Get station inactivity duration (AP only) 2308 int (*get_inact_sec)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
|
H A D | driver_hostap.c | 1196 .get_inact_sec = hostap_get_inact_sec,
|
H A D | driver_nl80211.c | 8510 .get_inact_sec = i802_get_inact_sec,
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver.h | 2303 * get_inact_sec - Get station inactivity duration (AP only) 2308 int (*get_inact_sec)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
|
H A D | driver_hostap.c | 1196 .get_inact_sec = hostap_get_inact_sec,
|
H A D | driver_nl80211.c | 8510 .get_inact_sec = i802_get_inact_sec,
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver.h | 2303 * get_inact_sec - Get station inactivity duration (AP only) 2308 int (*get_inact_sec)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
|
H A D | driver_hostap.c | 1196 .get_inact_sec = hostap_get_inact_sec,
|
H A D | driver_nl80211.c | 8510 .get_inact_sec = i802_get_inact_sec,
|
Completed in 109 milliseconds