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
Этот коммит содержится в:
Amar Singhal
2017-05-19 16:39:34 -07:00
коммит произвёл snandini
родитель b12cf5cae1
Коммит 7db15c88ca

Просмотреть файл

@@ -18435,6 +18435,7 @@ static void populate_tlv_events_id(uint32_t *event_ids)
event_ids[wmi_dfs_radar_detection_event_id] =
WMI_PDEV_DFS_RADAR_DETECTION_EVENTID;
event_ids[wmi_tt_stats_event_id] = WMI_THERM_THROT_STATS_EVENTID;
event_ids[wmi_11d_new_country_event_id] = WMI_11D_NEW_COUNTRY_EVENTID;
}
#ifndef CONFIG_MCL