qcacld-3.0: Implement legacy commands of easy mesh
Provide below APIs for easy mesh. API to get the current frequency of the given VDEV. API to get acs status of the given VDEV. API to get cac status of the given VDEV. API to get/set bandwidth of the given VDEV. API to get band information of the given VDEV. API to get connected STA count of the given VDEV. API to get BSSID of the given VDEV. API to get SSID of the given VDEV. API to set channel of the given VDEV. API to get/set cac timeout of the given VDEV. API to get/set country code of the given VDEV. Change-Id: Ia0bd201ad8155a66a4a8c5517f6fa43f3f358505 CRs-Fixed: 3027192
This commit is contained in:
@@ -3377,4 +3377,11 @@ wlan_mlme_get_p2p_p2p_conc_support(struct wlan_objmgr_psoc *psoc)
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* mlme_get_vht_ch_width() - get vht channel width of fw capability
|
||||
*
|
||||
* Return: vht channel width
|
||||
*/
|
||||
enum phy_ch_width mlme_get_vht_ch_width(void);
|
||||
#endif /* _WLAN_MLME_API_H_ */
|
||||
|
Reference in New Issue
Block a user