qcacmn: Implement 11d state machine

Regulatory component needs to listen to vdev messages in order to track
whether a master mode vdev is getting created or destroyed. It is also
used to kick-start the state machine. Also re-run the state machine when
user-space country code is set.

Change-Id: I5112396314a936f84dad2f0e07329f9cb237aa78
CRs-Fixed: 2048784
This commit is contained in:
Amar Singhal
2017-05-19 16:39:34 -07:00
committed by snandini
parent a7e488bc65
commit 1efb08e432

View File

@@ -4956,6 +4956,7 @@ typedef enum {
wmi_dfs_cac_complete_id,
wmi_dfs_radar_detection_event_id,
wmi_ext_tbttoffset_update_event_id,
wmi_11d_new_country_event_id,
wmi_events_max,
} wmi_conv_event_id;