qcacmn: Add new min and max freq APIs
Add new APIs that return minimum and maximum channel frequency, supported by regulatory domain. Change-Id: I878bd6f4ff8fdbe28661769033c37a000aebf582 CRs-Fixed: 2538143
This commit is contained in:
@@ -1087,5 +1087,20 @@ bool wlan_reg_is_disable_for_freq(struct wlan_objmgr_pdev *pdev, uint16_t freq);
|
||||
* Return: wifi band
|
||||
*/
|
||||
enum reg_wifi_band wlan_reg_freq_to_band(uint16_t freq);
|
||||
|
||||
/**
|
||||
* wlan_reg_min_chan_freq () - minimum channel frequency supported
|
||||
*
|
||||
* Return: frequency
|
||||
*/
|
||||
uint16_t wlan_reg_min_chan_freq(void);
|
||||
|
||||
/**
|
||||
* wlan_reg_max_chan_freq () - Checks chan state f
|
||||
*
|
||||
* Return: frequency
|
||||
*/
|
||||
uint16_t wlan_reg_max_chan_freq(void);
|
||||
|
||||
#endif /*CONFIG_CHAN_FREQ_API */
|
||||
#endif
|
||||
|
مرجع در شماره جدید
Block a user