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

  /external/wpa_supplicant_8/src/ap/
sta_info.c 275 int inactive_sec; local
276 inactive_sec = hostapd_drv_get_inact_sec(hapd, sta->addr);
277 if (inactive_sec == -1) {
281 } else if (inactive_sec < hapd->conf->ap_max_inactivity &&
286 MAC2STR(sta->addr), inactive_sec);
289 inactive_sec;
293 MAC2STR(sta->addr), inactive_sec,
  /external/wpa_supplicant/
driver_hostap.h 106 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon13868::__anon13870
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_hostap.h 106 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon14036::__anon14038
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 169 u32 inactive_sec; member in struct:prism2_hostapd_param::__anon14254::__anon14256

Completed in 188 milliseconds