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 127 struct os_time connected_time; member in struct:sta_info
ctrl_iface_ap.c 30 if (!sta->connected_time.sec)
34 os_time_sub(&now, &sta->connected_time, &age);
36 ret = os_snprintf(buf + len, buflen - len, "connected_time=%u\n",
hostapd.c     [all...]
ieee802_1x.c 104 os_get_time(&sta->connected_time);
    [all...]

Completed in 59 milliseconds