wifi: Supports new feature flag about Voip mode
Bug: 295885471 Test: manual test, wifi works normally Change-Id: I44e6d741a924e16a480476f864d08f5545081846
This commit is contained in:
parent
7bc634dc1d
commit
1861cc223c
1 changed files with 1 additions and 0 deletions
|
@ -470,6 +470,7 @@ void wifi_get_error_info(wifi_error err, const char **msg); // return a pointer
|
|||
#define WIFI_FEATURE_AFC_CHANNEL (uint64_t)0x200000000 // Support for setting 6GHz AFC channel allowance
|
||||
#define WIFI_FEATURE_T2LM_NEGO (uint64_t)0x400000000 // Support for TID-To-Link mapping negotiation
|
||||
#define WIFI_FEATURE_ROAMING_MODE_CONTROL (uint64_t)0x800000000 // Support for configuring roaming mode
|
||||
#define WIFI_FEATURE_SET_VOIP_MODE (uint64_t)0x1000000000 // Support Voip mode setting
|
||||
// Add more features here
|
||||
|
||||
#define IS_MASK_SET(mask, flags) (((flags) & (mask)) == (mask))
|
||||
|
|
Loading…
Reference in a new issue