Merge "p2p: synchronize p2p random MAC feature flag from driver."
This commit is contained in:
commit
630281abbf
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ void wifi_get_error_info(wifi_error err, const char **msg); // return a pointer
|
|||
#define WIFI_FEATURE_SET_TX_POWER_LIMIT 0x4000000 // Support Tx Power Limit setting
|
||||
#define WIFI_FEATURE_USE_BODY_HEAD_SAR 0x8000000 // Support Using Body/Head Proximity for SAR
|
||||
#define WIFI_FEATURE_SET_LATENCY_MODE 0x40000000 // Support Latency mode setting
|
||||
#define WIFI_FEATURE_P2P_RAND_MAC 0x80000000 // Support Support P2P MAC randomization
|
||||
// Add more features here
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue