Skip to content

Commit

Permalink
Merge pull request #726 from Telecominfraproject/main
Browse files Browse the repository at this point in the history
hostapd: Removing 802.11w and SHA256 encryption from PSK-Radius
  • Loading branch information
jaspreetsachdev authored Sep 18, 2024
2 parents ddbf50b + c9c2137 commit 81e38de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion feeds/mediatek-sdk/hostapd/files/hostapd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ hostapd_append_wpa_key_mgmt() {
psk2-radius)
append wpa_key_mgmt "WPA-PSK"
[ "${ieee80211r:-0}" -gt 0 ] && append wpa_key_mgmt "FT-PSK"
[ "${ieee80211w:-0}" -gt 0 ] && append wpa_key_mgmt "WPA-PSK-SHA256"
;;
esac

Expand Down

0 comments on commit 81e38de

Please sign in to comment.