Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:disabled_until

58 	if (ssid == NULL || ssid->disabled_until.sec == 0)
62 if (ssid->disabled_until.sec > now.sec)
63 return ssid->disabled_until.sec - now.sec;