qcacmn: Provide WMI support for AP channel switching enhancements

Provide WMI support for AP channel switching enhancements.

As part of FR50393, AP is provided with the ability to notify
capable connected peers to follow it to the new channel bandwidth.

This change provides WMI support for sending required parameters to
the firmware to update the peer list internally with the MAC address
of the capable peer along with it's new channel width.

Change-Id: I0696efd2b1c883d15de23364677050618f114743
CRs-Fixed: 2316625
This commit is contained in:
Aditya Sathish
2018-10-15 22:44:58 +05:30
committed by nshrivas
parent a31a11a628
commit f47172a762
3 changed files with 27 additions and 0 deletions

View File

@@ -230,4 +230,7 @@ QDF_STATUS wmi_extract_chan_info_event(void *wmi_hdl, void *evt_buf,
QDF_STATUS wmi_extract_channel_hopping_event(void *wmi_hdl, void *evt_buf,
wmi_host_pdev_channel_hopping_event *ch_hopping);
QDF_STATUS wmi_unified_peer_chan_width_switch_cmd_send(void *wmi_hdl,
struct peer_chan_width_switch_params *param);
#endif /* _WMI_UNIFIED_AP_API_H_ */