Skip to content

Commit

Permalink
hostapd: use WPA-PSK key mgmt for psk2-radius
Browse files Browse the repository at this point in the history
Using WPA-PSK-SHA256 caused issue with WiFi clients
connection which support only WPA-PSK or
few devices which have implementation issue on
the market.
Use WPA-PSK to avoid of regression and solving
isssue with clients connectivity.

Fixes: 0a21b9d ("hostapd: enable FT-PSK for psk2-radius")

Signed-off-by: Marek Kwaczynski <[email protected]>
  • Loading branch information
mkwacz committed Aug 31, 2024
1 parent 06e3d36 commit 0e636ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeds/ipq807x_v5.4/hostapd/files/hostapd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ hostapd_append_wpa_key_mgmt() {
append wpa_key_mgmt "OWE"
;;
psk2-radius)
append wpa_key_mgmt "WPA-PSK-SHA256"
append wpa_key_mgmt "WPA-PSK"
[ "${ieee80211r:-0}" -gt 0 ] && append wpa_key_mgmt "FT-PSK"
;;
esac
Expand Down

0 comments on commit 0e636ea

Please sign in to comment.