]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add text names for number of the key_mgmt values
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 12 Dec 2014 11:40:07 +0000 (13:40 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 12 Dec 2014 11:40:07 +0000 (13:40 +0200)
This completes STATUS command key_mgmt output for the missing values,
like SAE.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/common/wpa_common.c

index 219f40f11008f534da1a07092ad449332ed064b3..a573e11eb8703bf14e0d44dee7f88713d5f4607a 100644 (file)
@@ -1044,6 +1044,14 @@ const char * wpa_key_mgmt_txt(int key_mgmt, int proto)
        case WPA_KEY_MGMT_PSK_SHA256:
                return "WPA2-PSK-SHA256";
 #endif /* CONFIG_IEEE80211W */
+       case WPA_KEY_MGMT_WPS:
+               return "WPS";
+       case WPA_KEY_MGMT_SAE:
+               return "SAE";
+       case WPA_KEY_MGMT_FT_SAE:
+               return "FT-SAE";
+       case WPA_KEY_MGMT_OSEN:
+               return "OSEN";
        case WPA_KEY_MGMT_IEEE8021X_SUITE_B:
                return "WPA2-EAP-SUITE-B";
        default: