mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
wifi-scripts: allow sae_password_file to be configured
Adds missing config_add_string for sae_password_file.
Fixes: 65a1c666f2 ("hostapd: add SAE support for wifi-station and optimize PSK file creation")
Fixes: https://github.com/openwrt/openwrt/issues/19717
Signed-off-by: Rany Hany <rany_hany@riseup.net>
Link: https://github.com/openwrt/openwrt/pull/19964
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
631d535282
commit
df338d67d4
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ hostapd_common_add_bss_config() {
|
|||
|
||||
config_add_string 'key1:wepkey' 'key2:wepkey' 'key3:wepkey' 'key4:wepkey' 'password:wpakey'
|
||||
|
||||
config_add_string wpa_psk_file
|
||||
config_add_string wpa_psk_file sae_password_file
|
||||
|
||||
config_add_int multi_ap
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue