2.4 ghz working, 5ghz could not set country code
This commit is contained in:
parent
69269c05a8
commit
1d47d4a5b8
7 changed files with 42 additions and 18 deletions
|
@ -72,8 +72,6 @@ in {
|
|||
wpaPassphrase = cfg.passphrase;
|
||||
channel = 36;
|
||||
extraConfig = ''
|
||||
${optionalString wle24GhzEnabled
|
||||
"except-interface=${cfg.wleInterface24Ghz}"}
|
||||
max_num_sta=255
|
||||
|
||||
#Details for Connecting Clients via WPA2 TKIP
|
||||
|
@ -144,8 +142,6 @@ in {
|
|||
wpaPassphrase = cfg.passphrase;
|
||||
channel = 6;
|
||||
extraConfig = ''
|
||||
${optionalString wle5GhzEnabled
|
||||
"except-interface=${cfg.wleInterface5Ghz}"}
|
||||
|
||||
#macaddr_acl sets options for mac address filtering. 0 means "accept unless in deny list"
|
||||
macaddr_acl=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue