-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luci-mod-network: wireless: WPA3 Enterprise config does not match what luci shows #7193
Comments
Requires wpa-supplicant with EAP Suite-B support.You'll need to make a PR of what you want changing, pending the outcome of discussion (if there ever is one) in the linked issue. Luci has functionality as: luci/modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js Lines 1276 to 1277 in 6ca4cc3
which is checked by UCI at runtime: luci/modules/luci-base/root/usr/share/rpcd/ucode/luci Lines 211 to 225 in 6ca4cc3
Check yourself, on an openwrt shell: hostapd -vsuiteb192
echo $?
0 |
wpa2+ccmp:
option encryption 'wpa2+ccmp'
wpa3+ccmp:
option encryption 'wpa3+ccmp'
wpa3-192:
option encryption 'wpa3-192'
other:
|
Then a correction must be made in the underlying scripts as @Ansuel mentions here, if there is indeed even a bug there. Because that is where the data comes from. But I don't think there's a bug (if there is, remind me): ==== ''
|
You can try my commit and see whether it resolves your usability problem. |
apply the commit wpa3-192 can be configured in luci. |
I should open an issue in |
Does this fix config issues for you? You set wpa-192 and your AP sets the correct crypto? |
Closes openwrt#7193 See openwrt/netifd@db3934d Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Closes openwrt#7193 See openwrt/netifd@db3934d Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Yes, after apply the commit and configuring |
OK - the fix is in. Thanks for the detective work @nasbdh9 |
openwrt/netifd@db3934d
missing
wpa3-192
=WPA3 802.1X (GCMP-256)
option encryption
wpa3
is actuallywpa2+ccmp
=WPA2 802.1X (CCMP)
The text was updated successfully, but these errors were encountered: