Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/wifi_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ extern "C" {
#define WIFI_LINK_QUALITY_DATA "Device.WiFi.LinkQualityData"
#define WIFI_LINK_QUALITY_FLAGS "Device.WiFi.LinkQualityFlags"
#define WIFI_IGNITE_STATUS "Device.WiFi.EndPoint.1.LinkQualityStatus"
#define WIFI_RADIO_START_ACS "Device.WiFi.X_RDKCENTRAL-COM_StartACS"

#ifndef MAX_NUM_MLD_LINKS
#define MAX_NUM_MLD_LINKS 15
Expand Down
1 change: 1 addition & 0 deletions include/wifi_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ typedef enum {
wifi_event_type_sm_app_enable,
wifi_event_type_link_quality_rfc,
wifi_event_type_send_btm_req,
wifi_event_type_command_start_acs,
wifi_event_command_max,

wifi_event_monitor_diagnostics = wifi_event_type_base
Expand Down
Loading
Loading