日誌中的 WPA3 個人 auth_alg 值

日誌中的 WPA3 個人 auth_alg 值

我的問題是關於 20.04 上的 WPA3 以及 NetworkManager 的相應日誌輸出。

當我連接到 WPA3 個人網路時,我看到以下幾行:

key_mgmt sae ft-sae (which is ok)
auth_alg open

open 部分讓我感到困惑,因為我能找到的資訊描述了僅使用舊的 WEP 打開,但是 wpa_supplicant.conf 聲明如果未設定 auth_alg,則預設為 OPEN,如果設定則啟用 LEAP。

# 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 會出現在 WPA3 的 NetworkManager 中,而實際上 WPA2 中不存在 auth_alg open 。

側面資訊:

  • 連接純粹使用 GUI 設置,未修改 .confs
  • 在與 WPA3 AP 的多個連接上可以看到行為
  • 使用內核 5.13

您有什麼建議或經驗嗎?同樣的行為?

感謝您提供的任何幫助或經驗!

答案1

請參閱該頁面並在此處搜尋單字“open”: https://www.netspotapp.com/blog/wifi-security/what-is-wpa3.html

我想你可以對OPEN演算法保持冷靜。沒關係。

相關內容