From: Alexander Wetzel Date: Sun, 23 Feb 2020 21:15:53 +0000 (+0100) Subject: common: Add missing driver flag strings X-Git-Tag: hostap_2_10~1754 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a1660b607294899a58af42b1bd14f21ee2915db;p=thirdparty%2Fhostap.git common: Add missing driver flag strings Add SAFE_PTK0_REKEYS and some other missing strings. Signed-off-by: Alexander Wetzel --- diff --git a/src/drivers/driver_common.c b/src/drivers/driver_common.c index 731c6a3b1..bdb5c50da 100644 --- a/src/drivers/driver_common.c +++ b/src/drivers/driver_common.c @@ -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