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

  /external/wpa_supplicant_8/src/ap/
sta_info.h 195 struct os_reltime connected_time; member in struct:sta_info
ctrl_iface_ap.c 124 if (!sta->connected_time.sec)
127 os_reltime_age(&sta->connected_time, &age);
129 ret = os_snprintf(buf, buflen, "connected_time=%u\n",
hostapd.c     [all...]
ieee802_1x.c 127 os_get_reltime(&sta->connected_time);
    [all...]

Completed in 374 milliseconds