mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-05 18:06:12 +02:00
wifi-scripts: ucode: add support for WPS client
Fixes unwanted fallback to unencrypted network. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
2a44808374
commit
0fe9484fed
@ -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…
x
Reference in New Issue
Block a user