Home
last modified time | relevance | path

Searched refs:acs (Results 1 – 24 of 24) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_dm_acs.c103 struct auto_chan_sel *pacs = &hal_data->acs; in rtw_acs_reset()
115 struct auto_chan_sel *pacs = &hal_data->acs; in rtw_is_acs_igi_valid()
125 struct auto_chan_sel *pacs = &hal_data->acs; in rtw_acs_adv_setting()
162 hal_data->acs.trig_rst = phydm_env_mntr_trigger(phydm, &nhm_para, &clm_para, &trig_rpt); in rtw_acs_trigger()
163 if (hal_data->acs.trig_rst == (NHM_SUCCESS | CLM_SUCCESS)) { in rtw_acs_trigger()
164 hal_data->acs.trig_rpt.clm_rpt_stamp = trig_rpt.clm_rpt_stamp; in rtw_acs_trigger()
165 hal_data->acs.trig_rpt.nhm_rpt_stamp = trig_rpt.nhm_rpt_stamp; in rtw_acs_trigger()
169 RTW_ERR("[ACS] trigger failed (rst = 0x%02x)\n", hal_data->acs.trig_rst); in rtw_acs_trigger()
174 hal_data->acs.trigger_ch = scan_chan; in rtw_acs_trigger()
175 hal_data->acs.triggered = _TRUE; in rtw_acs_trigger()
[all …]
Dhal_dm_acs.h63 #define GET_ACS_STATE(padapter) (ATOMIC_READ(&GET_HAL_DATA(padapter)->acs.state))
64 #define SET_ACS_STATE(padapter, set_state) (ATOMIC_SET(&GET_HAL_DATA(padapter)->acs.state, set_st…
107 #define rtw_acs_get_best_chan_24g(adapter) (GET_HAL_DATA(adapter)->acs.best_chan_24g)
108 #define rtw_acs_get_best_chan_5g(adapter) (GET_HAL_DATA(adapter)->acs.best_chan_5g)
111 #define rtw_is_acs_passiv_scan(adapter) (((GET_HAL_DATA(adapter)->acs.scan_type) == SCAN_PASSIVE) ?…
113 #define rtw_acs_get_adv_st(adapter) (GET_HAL_DATA(adapter)->acs.scan_time)
114 #define rtw_is_acs_st_valid(adapter) ((GET_HAL_DATA(adapter)->acs.scan_time) ? _TRUE : _FALSE)
116 #define rtw_acs_get_adv_igi(adapter) (GET_HAL_DATA(adapter)->acs.igi)
119 #define rtw_acs_get_adv_bw(adapter) (GET_HAL_DATA(adapter)->acs.bw)
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_event.h40 bool acs; /* aim to trigger channel selection */ member
Dhal_data.h395 struct auto_chan_sel acs; member
Drtw_cmd.h366 bool acs; /* aim to trigger channel selection when scan done */ member
Drtw_mlme_ext.h231 bool acs; /* aim to trigger channel selection when scan done */ member
937 void report_surveydone_event(_adapter *padapter, bool acs);
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dwl_iapsta.h124 uint acs; member
Dwl_android_ext.h12 int wl_ext_autochannel(struct net_device *dev, uint acs, uint32 band);
Dwl_iapsta.c1850 if (wl_ext_master_if(cur_if) && apsta_params->acs) { in wl_ext_iapsta_update_channel()
1852 cur_if->channel = wl_ext_autochannel(cur_if->dev, apsta_params->acs, in wl_ext_iapsta_update_channel()
3480 if (wl_ext_master_if(cur_if) && apsta_params->acs) { in wl_ext_enable_iface()
3487 cur_if->channel = wl_ext_autochannel(cur_if->dev, apsta_params->acs, in wl_ext_enable_iface()
3778 apsta_params->acs = simple_strtol(data, NULL, 0); in wl_ext_isam_param()
3781 bytes_written = snprintf(command, total_len, "%d", apsta_params->acs); in wl_ext_isam_param()
4022 apsta_params->acs = (int)simple_strtol(pick_tmp2, NULL, 0); in wl_ext_isam_init()
4175 apsta_params->acs = 0; in wl_ext_iapsta_postinit()
Dwl_android_ext.c3240 wl_ext_autochannel(struct net_device *dev, uint acs, uint32 band) in wl_ext_autochannel() argument
3245 AEXT_INFO(dev->name, "acs=0x%x, band=%d \n", acs, band); in wl_ext_autochannel()
3248 if (acs & ACS_FW_BIT) { in wl_ext_autochannel()
3260 if (acs & ACS_DRV_BIT) in wl_ext_autochannel()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_android_ext.h12 int wl_ext_autochannel(struct net_device *dev, uint acs, uint32 band);
Dwl_iapsta.h143 uint acs; member
Dwl_iapsta.c2025 if (wl_ext_master_if(cur_if) && apsta_params->acs) { in wl_ext_iapsta_update_channel()
2028 wl_ext_autochannel(cur_if->dev, apsta_params->acs, auto_band); in wl_ext_iapsta_update_channel()
3652 if (apsta_params->acs & ACS_DRV_BIT) { in wl_ext_acs_scan()
3675 if (apsta_params->acs & ACS_DRV_BIT) { in wl_ext_acs()
3962 if ((apsta_params->acs & ACS_DRV_BIT) && apsta_params->acs_tmo) { in wl_ext_iapsta_event()
4462 if (wl_ext_master_if(cur_if) && apsta_params->acs) { in wl_ext_enable_iface()
4470 wl_ext_autochannel(cur_if->dev, apsta_params->acs, auto_band); in wl_ext_enable_iface()
4777 apsta_params->acs = simple_strtol(data, NULL, 0); in wl_ext_isam_param()
4781 snprintf(command, total_len, "%d", apsta_params->acs); in wl_ext_isam_param()
5043 apsta_params->acs = (int)simple_strtol(pick_tmp2, NULL, 0); in wl_ext_isam_init()
[all …]
Dwl_android_ext.c3418 int wl_ext_autochannel(struct net_device *dev, uint acs, uint32 band) in wl_ext_autochannel() argument
3423 AEXT_INFO(dev->name, "acs=0x%x, band=%d \n", acs, band); in wl_ext_autochannel()
3426 if (acs & ACS_FW_BIT) { in wl_ext_autochannel()
3441 if (acs & ACS_DRV_BIT) { in wl_ext_autochannel()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/modules/
Dwifi_types.h329 uint8_t acs: 1; /**< Whether Auto Channel Selection is enabled */ member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_android.h178 int wl_ext_autochannel(struct net_device *dev, uint acs, uint32 band);
Dwl_android_ext.c221 uint acs; member
2298 apsta_params->acs = simple_strtol(data, NULL, 0); in wl_ext_isam_param()
2301 bytes_written = snprintf(command, total_len, "%d", apsta_params->acs); in wl_ext_isam_param()
2415 apsta_params->acs = (int)simple_strtol(pick_tmp2, NULL, 0); in wl_ext_isam_init()
4074 if (wl_ext_master_if(cur_if) && apsta_params->acs) { in wl_ext_enable_iface()
4081 cur_if->channel = wl_ext_autochannel(cur_if->dev, apsta_params->acs, in wl_ext_enable_iface()
4634 if (wl_ext_master_if(cur_if) && apsta_params->acs) { in wl_ext_iapsta_update_channel()
4636 cur_if->channel = wl_ext_autochannel(cur_if->dev, apsta_params->acs, in wl_ext_iapsta_update_channel()
5294 apsta_params->acs = 0; in wl_ext_iapsta_postinit()
7356 wl_ext_autochannel(struct net_device *dev, uint acs, uint32 band) in wl_ext_autochannel() argument
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
Dhi_comm_sns_adapt.h429 const hi_isp_cmos_acs *acs; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
Dhi_comm_sns_adapt.h429 const hi_isp_cmos_acs *acs; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_ioctl_set.c659 parm.acs = 1; in rtw_set_acs_sitesurvey()
Drtw_rm.c2125 val8 = hal_data->acs.clm_ratio[ch]; in retrieve_radio_meas_result()
2134 prm->p.anpi = hal_data->acs.nhm_ratio[ch]; in retrieve_radio_meas_result()
2138 prm->p.ipi[i] = hal_data->acs.nhm[ch][i]; in retrieve_radio_meas_result()
Drtw_mlme_ext.c1215 int_factor = hal_data->acs.interference_time[i]; in rtw_choose_shortest_waiting_ch()
12210 void report_surveydone_event(_adapter *padapter, bool acs) in report_surveydone_event() argument
12248 psurveydone_evt->acs = acs; in report_surveydone_event()
14781 , parm->acs in sitesurvey_res_reset()
14794 ss->acs = parm->acs; in sitesurvey_res_reset()
15743 report_surveydone_event(padapter, ss->acs); in sitesurvey_cmd_hdl()
Drtw_debug.c2407 bool acs = 0; in proc_set_survey_info() local
2424 acs = 1; in proc_set_survey_info()
2483 if (acs) { in proc_set_survey_info()
Drtw_mlme.c2012 if (parm->acs) { in rtw_surveydone_event_callback()