common: Add missing driver flag strings

Add SAFE_PTK0_REKEYS and some other missing strings.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
This commit is contained in:
Alexander Wetzel 2020-02-23 22:15:53 +01:00 committed by Jouni Malinen
parent af9d8c758d
commit 8a1660b607

View 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