mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-19 10:42:14 +01:00
questd: set initial sta exist state to false
This commit is contained in:
parent
395ca59324
commit
f682d15ff0
1 changed files with 1 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ wireless_assoclist()
|
|||
while(fgets(line, sizeof(line), assoclist) != NULL)
|
||||
{
|
||||
remove_newline(line);
|
||||
stas[j].exists = false;
|
||||
if (sscanf(line, "assoclist %s", stas[j].macaddr) == 1) {
|
||||
stas[j].exists = true;
|
||||
strcpy(stas[j].wdev, wireless[i].vif);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue