mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
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
@ -308,6 +308,12 @@ const char * driver_flag_to_string(u64 flag)
|
|||||||
DF2S(OCE_AP);
|
DF2S(OCE_AP);
|
||||||
DF2S(OCE_STA_CFON);
|
DF2S(OCE_STA_CFON);
|
||||||
DF2S(MFP_OPTIONAL);
|
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";
|
return "UNKNOWN";
|
||||||
#undef DF2S
|
#undef DF2S
|
||||||
|
Loading…
x
Reference in New Issue
Block a user