Also mention INACTIVE
This commit is contained in:
parent
e41f35ac92
commit
d203df0ee8
|
@ -1996,6 +1996,8 @@ static void _read_status(WPA * wpa, char const * buf, size_t cnt)
|
|||
associated = FALSE;
|
||||
else if(strcmp(value, "SCANNING") == 0)
|
||||
associated = FALSE;
|
||||
else if(strcmp(value, "INACTIVE") == 0)
|
||||
associated = FALSE;
|
||||
}
|
||||
#ifndef EMBEDDED
|
||||
else if(strcmp(variable, "ssid") == 0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user