Searched refs:rt_country_code_t (Results 1 – 4 of 4) sorted by relevance
114 rt_err_t rt_wlan_ap_set_country(rt_country_code_t country_code);115 rt_country_code_t rt_wlan_ap_get_country(void);
363 } rt_country_code_t; typedef515 rt_err_t (*wlan_set_country)(struct rt_wlan_device *wlan, rt_country_code_t country_code);516 rt_country_code_t (*wlan_get_country)(struct rt_wlan_device *wlan);595 rt_err_t rt_wlan_dev_set_country(struct rt_wlan_device *device, rt_country_code_t country_code);596 rt_country_code_t rt_wlan_dev_get_country(struct rt_wlan_device *device);
557 rt_err_t rt_wlan_dev_set_country(struct rt_wlan_device *device, rt_country_code_t country_code) in rt_wlan_dev_set_country()570 rt_country_code_t rt_wlan_dev_get_country(struct rt_wlan_device *device) in rt_wlan_dev_get_country()573 rt_country_code_t country_code = RT_COUNTRY_UNKNOWN; in rt_wlan_dev_get_country()911 rt_country_code_t country = *(rt_country_code_t *)args; in _rt_wlan_dev_control()920 rt_country_code_t *country = args; in _rt_wlan_dev_control()
1514 rt_err_t rt_wlan_ap_set_country(rt_country_code_t country_code) in rt_wlan_ap_set_country()1529 rt_country_code_t rt_wlan_ap_get_country(void) in rt_wlan_ap_get_country()1531 rt_country_code_t country_code = RT_COUNTRY_UNKNOWN; in rt_wlan_ap_get_country()
Completed in 11 milliseconds