[openwrt/openwrt] wifi-scripts: allow sae_password_file to be configured

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 10 06:21:55 PST 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/df338d67d4afe4aa1819b2f04a442b84c75ea8c9

commit df338d67d4afe4aa1819b2f04a442b84c75ea8c9
Author: Rany Hany <rany_hany at riseup.net>
AuthorDate: Sat Sep 6 11:06:15 2025 +0000

    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 at riseup.net>
    Link: https://github.com/openwrt/openwrt/pull/19964
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh b/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh
index 13d96fe2cb..1b8369c5a4 100644
--- a/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh
+++ b/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh
@@ -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
 




More information about the lede-commits mailing list