Added RSSI monitor bitmask
Reserved a bit for RSSI monitor feature in the feature bitmask Change-Id: Ied470f65c26bed25f7ccc4faa3ac8fbac1e74009 Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
This commit is contained in:
parent
bd18526aa0
commit
7b9ec3c42b
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ void wifi_get_error_info(wifi_error err, const char **msg); // return a pointer
|
|||
#define WIFI_FEATURE_LINK_LAYER_STATS 0x10000 // Link layer stats collection
|
||||
#define WIFI_FEATURE_LOGGER 0x20000 // WiFi Logger
|
||||
#define WIFI_FEATURE_HAL_EPNO 0x40000 // WiFi PNO enhanced
|
||||
#define WIFI_FEATURE_RSSI_MONITOR 0x80000 // RSSI Monitor
|
||||
|
||||
// Add more features here
|
||||
|
||||
|
|
Loading…
Reference in a new issue