我的问题是关于20.04的WPA3和相应的NetworkManager日志输出。
当我连接到WPA3个人网络时,我会看到以下几行:
key_mgmt sae ft-sae (which is ok)
auth_alg open打开的部分让我感到困惑,因为我可以找到的信息只用旧的WEP来描述打开,但是wpa_supplicant.conf声明如果没有设置auth_alg,则默认是打开的,如果是set,则为WEP启用。
# auth_alg: list of allowed IEEE 802.11 authentication algorithms
# OPEN = Open System authentication (required for WPA/WPA2)
# SHARED = Shared Key authentication (requires static WEP keys)
# LEAP = LEAP/Network EAP (only used with LEAP)
# If not set, automatic selection is used (Open System with LEAP enabled if
# LEAP is allowed as one of the EAP methods).当我检查相应设备的wpa_cli输出时
wpa_cli -i DEV status我看到以下输出:
key_mgmt=SAE
pmf=1
mgmt_group_cipher=BIP
sae_group=19
wpa_state=complete
ieee80211ac=1这使我得出结论,WPA3连接是正确建立的,AP也将设备显示为WPA3连接的设备。
我不明白的一点是,为什么auth_alg open出现在NetworkManager for WPA3中,而实际上WPA2并不存在。
侧信息:
你方有什么建议或经验吗?同样的行为?
感谢您的任何帮助或经验,从您的身边!
发布于 2022-02-14 21:40:16
请参阅该页面,并在此处搜索单词"open“:https://www.netspotapp.com/blog/wifi-security/what-is-wpa3.html
我想你可以对开放算法保持冷静。没问题。
https://askubuntu.com/questions/1392680
复制相似问题