mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 01:11:14 +01:00
wifi-scripts: ucode: add support for WPS client
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Fixes unwanted fallback to unencrypted network. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
2a44808374
commit
0fe9484fed
1 changed files with 4 additions and 0 deletions
|
|
@ -122,6 +122,10 @@ function setup_sta(data, config) {
|
|||
iface.wpa_key_mgmt(config);
|
||||
break;
|
||||
|
||||
case 'wps':
|
||||
config.key_mgmt = 'WPS';
|
||||
break;
|
||||
|
||||
case 'psk':
|
||||
case 'psk2':
|
||||
case 'sae':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue