| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | unicode.c | 47 int str_i_idx, int u_ch, unicode_t *ret) in get_utf16_char() argument 54 if (u_ch > 1) in get_utf16_char() 71 WARN_ON_ONCE(u_ch != 2); in get_utf16_char() 94 int u_ch, int *needsCRC, in udf_name_conv_char() argument 108 len = get_utf16_char(str_i, str_i_max_len, *str_i_idx, u_ch, in udf_name_conv_char() 159 int u_ch; in udf_name_from_CS0() local 191 u_ch = cmp_id >> 3; in udf_name_from_CS0() 196 if (ocu_len % u_ch) { in udf_name_from_CS0() 203 for (idx = ocu_len - u_ch, ext_i_len = 0; in udf_name_from_CS0() 205 idx -= u_ch, ext_i_len++) { in udf_name_from_CS0() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_mi.c | 55 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 58 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 66 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 78 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 89 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 92 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 94 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 97 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 370 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 383 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_mi.c | 52 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 55 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 63 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 75 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 86 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 89 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 91 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 94 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 362 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 376 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mi.c | 32 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 35 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 43 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 55 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 66 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 69 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 71 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_24G; in rtw_mi_stayin_union_band_chk() 74 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 347 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 360 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_mi.c | 56 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 59 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 67 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 79 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 90 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 93 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 95 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 98 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 371 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 384 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_mi.c | 56 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 59 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 67 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 79 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 90 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 93 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 95 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 98 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 371 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 384 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| H A D | rtw_ap.c | 4578 u8 u_ch = 0, u_bw = 0, u_offset = 0; in rtw_ap_chbw_decision() local 4641 rtw_warn_on(!rtw_mi_get_ch_setting_union_by_ifbmp(dvobj, ifbmp_others, &u_ch, &u_bw, &u_offset)); in rtw_ap_chbw_decision() 4642 RTW_INFO("%s others union:%u,%u,%u\n", __func__, u_ch, u_bw, u_offset); in rtw_ap_chbw_decision() 4688 if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() 4691 , &u_ch, &u_bw, &u_offset); in rtw_ap_chbw_decision() 4727 rtw_adjust_chbw(iface, u_ch, &dec_bw[i], &dec_offset[i]); in rtw_ap_chbw_decision() 4730 rtw_mesh_adjust_chbw(u_ch, &dec_bw[i], &dec_offset[i]); in rtw_ap_chbw_decision() 4735 if (!rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() 4752 && rtw_is_dfs_chbw(u_ch, u_bw, u_offset) in rtw_ap_chbw_decision() 4763 , &u_ch, &u_bw, &u_offset); in rtw_ap_chbw_decision() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_mi.c | 55 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 58 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 66 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 78 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 89 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 92 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 94 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 97 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 370 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 383 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_mi.c | 32 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 35 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 43 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 55 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 66 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 69 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 71 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_24G; in rtw_mi_stayin_union_band_chk() 74 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 347 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 360 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_mi.c | 55 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 58 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 66 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 78 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 89 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 92 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 94 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 97 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 370 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 383 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| H A D | rtw_ap.c | 4580 u8 u_ch = 0, u_bw = 0, u_offset = 0; in rtw_ap_chbw_decision() local 4643 rtw_warn_on(!rtw_mi_get_ch_setting_union_by_ifbmp(dvobj, ifbmp_others, &u_ch, &u_bw, &u_offset)); in rtw_ap_chbw_decision() 4644 RTW_INFO("%s others union:%u,%u,%u\n", __func__, u_ch, u_bw, u_offset); in rtw_ap_chbw_decision() 4690 if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() 4693 , &u_ch, &u_bw, &u_offset, 1, 0); in rtw_ap_chbw_decision() 4729 rtw_adjust_chbw(iface, u_ch, &dec_bw[i], &dec_offset[i]); in rtw_ap_chbw_decision() 4732 rtw_mesh_adjust_chbw(u_ch, &dec_bw[i], &dec_offset[i]); in rtw_ap_chbw_decision() 4737 if (!rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() 4754 && rtw_chset_is_dfs_chbw(chset, u_ch, u_bw, u_offset) in rtw_ap_chbw_decision() 4765 , &u_ch, &u_bw, &u_offset, 1, 0); in rtw_ap_chbw_decision() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_mi.c | 56 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 59 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 67 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 79 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 90 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 93 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 95 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 98 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 371 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 384 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| H A D | rtw_ap.c | 4578 u8 u_ch = 0, u_bw = 0, u_offset = 0; in rtw_ap_chbw_decision() local 4641 rtw_warn_on(!rtw_mi_get_ch_setting_union_by_ifbmp(dvobj, ifbmp_others, &u_ch, &u_bw, &u_offset)); in rtw_ap_chbw_decision() 4642 RTW_INFO("%s others union:%u,%u,%u\n", __func__, u_ch, u_bw, u_offset); in rtw_ap_chbw_decision() 4688 if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() 4691 , &u_ch, &u_bw, &u_offset); in rtw_ap_chbw_decision() 4727 rtw_adjust_chbw(iface, u_ch, &dec_bw[i], &dec_offset[i]); in rtw_ap_chbw_decision() 4730 rtw_mesh_adjust_chbw(u_ch, &dec_bw[i], &dec_offset[i]); in rtw_ap_chbw_decision() 4735 if (!rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() 4752 && rtw_is_dfs_chbw(u_ch, u_bw, u_offset) in rtw_ap_chbw_decision() 4763 , &u_ch, &u_bw, &u_offset); in rtw_ap_chbw_decision() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_mi.c | 56 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 59 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 67 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 79 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 90 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 93 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 95 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 98 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk() 371 u8 u_ch, u_offset, u_bw; in rtw_mi_update_iface_status() local 384 if (rtw_mi_get_ch_setting_union(adapter, &u_ch, &u_bw, &u_offset)) in rtw_mi_update_iface_status() [all …]
|
| H A D | rtw_ap.c | 4558 u8 u_ch = 0, u_bw = 0, u_offset = 0; in rtw_ap_chbw_decision() local 4621 rtw_warn_on(!rtw_mi_get_ch_setting_union_by_ifbmp(dvobj, ifbmp_others, &u_ch, &u_bw, &u_offset)); in rtw_ap_chbw_decision() 4622 RTW_INFO("%s others union:%u,%u,%u\n", __func__, u_ch, u_bw, u_offset); in rtw_ap_chbw_decision() 4668 if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() 4671 , &u_ch, &u_bw, &u_offset); in rtw_ap_chbw_decision() 4707 rtw_adjust_chbw(iface, u_ch, &dec_bw[i], &dec_offset[i]); in rtw_ap_chbw_decision() 4710 rtw_mesh_adjust_chbw(u_ch, &dec_bw[i], &dec_offset[i]); in rtw_ap_chbw_decision() 4715 if (!rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() 4732 && rtw_is_dfs_chbw(u_ch, u_bw, u_offset) in rtw_ap_chbw_decision() 4743 , &u_ch, &u_bw, &u_offset); in rtw_ap_chbw_decision() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_ap.c | 1657 u8 u_ch = 0, u_bw, u_offset; in start_bss_network() local 1741 , &u_ch, &u_bw, &u_offset, &chbw_allow, &set_u_ch); in start_bss_network() 1789 set_channel_bwmode(padapter, u_ch, u_offset, u_bw); in start_bss_network() 1798 rtw_mi_get_ch_setting_union_no_self(padapter, &u_ch, &u_bw, &u_offset); in start_bss_network() 1799 pnetwork->Configuration.DSConfig = u_ch; in start_bss_network() 1800 padapter->mlmeextpriv.cur_channel = u_ch; in start_bss_network() 4649 u8 u_ch = 0, u_bw = 0, u_offset = 0; in rtw_ap_chbw_decision() local 4713 rtw_warn_on(!rtw_mi_get_ch_setting_union_by_ifbmp(dvobj, ifbmp_others, &u_ch, &u_bw, &u_offset)); in rtw_ap_chbw_decision() 4714 RTW_INFO("%s others union:%u,%u,%u\n", __func__, u_ch, u_bw, u_offset); in rtw_ap_chbw_decision() 4760 if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() [all …]
|
| H A D | rtw_mi.c | 59 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 62 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 70 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 82 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 93 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 96 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 98 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 101 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_ap.c | 1659 u8 u_ch = 0, u_bw, u_offset; in start_bss_network() local 1743 , &u_ch, &u_bw, &u_offset, &chbw_allow, &set_u_ch); in start_bss_network() 1791 set_channel_bwmode(padapter, u_ch, u_offset, u_bw); in start_bss_network() 1800 rtw_mi_get_ch_setting_union_no_self(padapter, &u_ch, &u_bw, &u_offset); in start_bss_network() 1801 pnetwork->Configuration.DSConfig = u_ch; in start_bss_network() 1802 padapter->mlmeextpriv.cur_channel = u_ch; in start_bss_network() 4699 u8 u_ch = 0, u_bw = 0, u_offset = 0; in rtw_ap_chbw_decision() local 4763 rtw_warn_on(!rtw_mi_get_ch_setting_union_by_ifbmp(dvobj, ifbmp_others, &u_ch, &u_bw, &u_offset)); in rtw_ap_chbw_decision() 4764 RTW_INFO("%s others union:%u,%u,%u\n", __func__, u_ch, u_bw, u_offset); in rtw_ap_chbw_decision() 4810 if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() [all …]
|
| H A D | rtw_mi.c | 59 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 62 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 70 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 82 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 93 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 96 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 98 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 101 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_ap.c | 1677 u8 u_ch = 0, u_bw, u_offset; in start_bss_network() local 1760 , &u_ch, &u_bw, &u_offset, &chbw_allow, &set_u_ch); in start_bss_network() 1808 set_channel_bwmode(padapter, u_ch, u_offset, u_bw); in start_bss_network() 1817 rtw_mi_get_ch_setting_union_no_self(padapter, &u_ch, &u_bw, &u_offset); in start_bss_network() 1818 pnetwork->Configuration.DSConfig = u_ch; in start_bss_network() 1819 padapter->mlmeextpriv.cur_channel = u_ch; in start_bss_network() 4804 u8 u_ch = 0, u_bw = 0, u_offset = 0; in rtw_ap_chbw_decision() local 4868 rtw_warn_on(!rtw_mi_get_ch_setting_union_by_ifbmp(dvobj, ifbmp_others, &u_ch, &u_bw, &u_offset)); in rtw_ap_chbw_decision() 4869 RTW_INFO("%s others union:%u,%u,%u\n", __func__, u_ch, u_bw, u_offset); in rtw_ap_chbw_decision() 4915 if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() [all …]
|
| H A D | rtw_mi.c | 59 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 62 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 70 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 82 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 93 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 96 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 98 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 101 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_ap.c | 1658 u8 u_ch = 0, u_bw, u_offset; in start_bss_network() local 1742 , &u_ch, &u_bw, &u_offset, &chbw_allow, &set_u_ch); in start_bss_network() 1790 set_channel_bwmode(padapter, u_ch, u_offset, u_bw); in start_bss_network() 1799 rtw_mi_get_ch_setting_union_no_self(padapter, &u_ch, &u_bw, &u_offset); in start_bss_network() 1800 pnetwork->Configuration.DSConfig = u_ch; in start_bss_network() 1801 padapter->mlmeextpriv.cur_channel = u_ch; in start_bss_network() 4650 u8 u_ch = 0, u_bw = 0, u_offset = 0; in rtw_ap_chbw_decision() local 4714 rtw_warn_on(!rtw_mi_get_ch_setting_union_by_ifbmp(dvobj, ifbmp_others, &u_ch, &u_bw, &u_offset)); in rtw_ap_chbw_decision() 4715 RTW_INFO("%s others union:%u,%u,%u\n", __func__, u_ch, u_bw, u_offset); in rtw_ap_chbw_decision() 4761 if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() [all …]
|
| H A D | rtw_mi.c | 60 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 63 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 71 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 83 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 94 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 97 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 99 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 102 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_ap.c | 1677 u8 u_ch = 0, u_bw, u_offset; in start_bss_network() local 1760 , &u_ch, &u_bw, &u_offset, &chbw_allow, &set_u_ch); in start_bss_network() 1808 set_channel_bwmode(padapter, u_ch, u_offset, u_bw); in start_bss_network() 1817 rtw_mi_get_ch_setting_union_no_self(padapter, &u_ch, &u_bw, &u_offset); in start_bss_network() 1818 pnetwork->Configuration.DSConfig = u_ch; in start_bss_network() 1819 padapter->mlmeextpriv.cur_channel = u_ch; in start_bss_network() 4897 u8 u_ch = 0, u_bw = 0, u_offset = 0; in rtw_ap_chbw_decision() local 4961 rtw_warn_on(!rtw_mi_get_ch_setting_union_by_ifbmp(dvobj, ifbmp_others, &u_ch, &u_bw, &u_offset)); in rtw_ap_chbw_decision() 4962 RTW_INFO("%s others union:%u,%u,%u\n", __func__, u_ch, u_bw, u_offset); in rtw_ap_chbw_decision() 5008 if (rtw_is_chbw_grouped(u_ch, u_bw, u_offset, dec_ch[i], dec_bw[i], dec_offset[i])) { in rtw_ap_chbw_decision() [all …]
|
| H A D | rtw_mi.c | 59 u8 u_ch, u_bw, u_offset; in rtw_mi_stayin_union_ch_chk() local 62 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_ch_chk() 70 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk() 82 RTW_ERR("union ch, bw, offset: %u,%u,%u\n", u_ch, u_bw, u_offset); in rtw_mi_stayin_union_ch_chk() 93 u8 u_ch, o_ch; in rtw_mi_stayin_union_band_chk() local 96 u_ch = rtw_mi_get_union_chan(adapter); in rtw_mi_stayin_union_band_chk() 98 u_band = (u_ch > 14) ? BAND_ON_5G : BAND_ON_2_4G; in rtw_mi_stayin_union_band_chk() 101 if (u_ch != o_ch) in rtw_mi_stayin_union_band_chk()
|