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