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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/ap/
H A Dap_drv_ops.c286 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
288 return hapd->driver->get_inact_sec(hapd->drv_priv, addr);
373 ops->get_inact_sec = hostapd_get_inact_sec;
H A Dhostapd.h85 int (*get_inact_sec)(struct hostapd_data *hapd, const u8 *addr); member in struct:hostapd_driver_ops
H A Dsta_info.c258 inactive_sec = hapd->drv.get_inact_sec(hapd, sta->addr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/ap/
H A Dap_drv_ops.c286 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
288 return hapd->driver->get_inact_sec(hapd->drv_priv, addr);
373 ops->get_inact_sec = hostapd_get_inact_sec;
H A Dhostapd.h85 int (*get_inact_sec)(struct hostapd_data *hapd, const u8 *addr); member in struct:hostapd_driver_ops
H A Dsta_info.c258 inactive_sec = hapd->drv.get_inact_sec(hapd, sta->addr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/ap/
H A Dap_drv_ops.c286 if (hapd->driver == NULL || hapd->driver->get_inact_sec == NULL)
288 return hapd->driver->get_inact_sec(hapd->drv_priv, addr);
373 ops->get_inact_sec = hostapd_get_inact_sec;
H A Dhostapd.h85 int (*get_inact_sec)(struct hostapd_data *hapd, const u8 *addr); member in struct:hostapd_driver_ops
H A Dsta_info.c258 inactive_sec = hapd->drv.get_inact_sec(hapd, sta->addr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/drivers/
H A Ddriver.h1379 * get_inact_sec - Get station inactivity duration (AP only)
1384 int (*get_inact_sec)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1618 .get_inact_sec = hostap_get_inact_sec,
H A Ddriver_nl80211.c5366 .get_inact_sec = i802_get_inact_sec,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/drivers/
H A Ddriver.h1379 * get_inact_sec - Get station inactivity duration (AP only)
1384 int (*get_inact_sec)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1618 .get_inact_sec = hostap_get_inact_sec,
H A Ddriver_nl80211.c5366 .get_inact_sec = i802_get_inact_sec,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/drivers/
H A Ddriver.h1379 * get_inact_sec - Get station inactivity duration (AP only)
1384 int (*get_inact_sec)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
H A Ddriver_hostap.c1618 .get_inact_sec = hostap_get_inact_sec,
H A Ddriver_nl80211.c5366 .get_inact_sec = i802_get_inact_sec,

Completed in 291 milliseconds