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:
parent
af9d8c758d
commit
8a1660b607
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue