Skip to content
Snippets Groups Projects
Commit 6fad1a55 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

default allow STA association on all BSS

parent 262da1c9
No related branches found
No related tags found
No related merge requests found
Pipeline #197419 passed
...@@ -585,6 +585,7 @@ struct wifi_bss_element *cntlr_alloc_wifi_bss(struct controller *c, ...@@ -585,6 +585,7 @@ struct wifi_bss_element *cntlr_alloc_wifi_bss(struct controller *c,
return NULL; return NULL;
memcpy(bss->bssid, macaddr, 6); memcpy(bss->bssid, macaddr, 6);
bss->sta_assoc_allowed = 1;
return bss; return bss;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment