]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
common: Add missing driver flag strings
authorAlexander Wetzel <alexander@wetzel-home.de>
Sun, 23 Feb 2020 21:15:53 +0000 (22:15 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 23 Feb 2020 21:53:29 +0000 (23:53 +0200)
Add SAFE_PTK0_REKEYS and some other missing strings.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
src/drivers/driver_common.c

index 731c6a3b16bda8c6a649c12b34839bed0b9a6f8a..bdb5c50da775e32aebaad6dcb312989331320e88 100644 (file)
@@ -308,6 +308,12 @@ const char * driver_flag_to_string(u64 flag)
        DF2S(OCE_AP);
        DF2S(OCE_STA_CFON);
        DF2S(MFP_OPTIONAL);
+       DF2S(SELF_MANAGED_REGULATORY);
+       DF2S(FTM_RESPONDER);
+       DF2S(CONTROL_PORT);
+       DF2S(VLAN_OFFLOAD);
+       DF2S(UPDATE_FT_IES);
+       DF2S(SAFE_PTK0_REKEYS);
        }
        return "UNKNOWN";
 #undef DF2S