| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | channel.c | 817 struct vmbus_channel *cur_channel, *tmp; in vmbus_disconnect_ring() local 823 list_for_each_entry_safe(cur_channel, tmp, &channel->sc_list, sc_list) { in vmbus_disconnect_ring() 824 if (cur_channel->rescind) in vmbus_disconnect_ring() 825 wait_for_completion(&cur_channel->rescind_event); in vmbus_disconnect_ring() 828 if (vmbus_close_internal(cur_channel) == 0) { in vmbus_disconnect_ring() 829 vmbus_free_ring(cur_channel); in vmbus_disconnect_ring() 831 if (cur_channel->rescind) in vmbus_disconnect_ring() 832 hv_process_channel_removal(cur_channel); in vmbus_disconnect_ring()
|
| H A D | channel_mgmt.c | 1450 struct vmbus_channel *cur_channel; in invoke_sc_cb() local 1456 cur_channel = list_entry(cur, struct vmbus_channel, sc_list); in invoke_sc_cb() 1458 primary_channel->sc_creation_callback(cur_channel); in invoke_sc_cb()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_rxhp.c | 1313 s4Byte cur_channel; in odm_RXHP() local 1414 cur_channel = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, 0x0fff) & 0x0f; in odm_RXHP() 1417 if (Is40MHz && ((cur_channel < 3) || (cur_channel > 12))) { in odm_RXHP() 1418 …_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("illegal channel setting, 40MHz channel = %d\n", cur_channel)); in odm_RXHP() 1425 ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RXHP current CH = %d\n", cur_channel)); in odm_RXHP() 1531 ch_map_intf_5M[cur_channel - (1+2*Is40MHz) + i] = 0; in odm_RXHP() 1560 …Intf_diff_idx = ((cur_channel+Is40MHz-(i+1))>0) ? (s1Byte)(cur_channel-2*Is40MHz-(i-2)) : (s1Byte)… in odm_RXHP()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ap.c | 354 if (rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk() 356 SelectChannel(padapter, pmlmeext->cur_channel); in expire_timeout_chk() 761 u8 val8, cur_channel, cur_bwmode, cur_ch_offset; in start_bss_network() local 779 cur_channel = pnetwork->Configuration.DSConfig; in start_bss_network() 867 if (cur_channel > 14) { in start_bss_network() 898 set_channel_bwmode(padapter, cur_channel, cur_ch_offset, cur_bwmode); in start_bss_network() 901 cur_channel, in start_bss_network() 905 pmlmeext->cur_channel = cur_channel; in start_bss_network() 2286 pmlmeext->cur_channel, in rtw_ap_restore_network()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_rxhp.c | 1313 s4Byte cur_channel; in odm_RXHP() local 1414 cur_channel = ODM_GetRFReg(pDM_Odm, ODM_RF_PATH_A, RF_CHNLBW, 0x0fff) & 0x0f; in odm_RXHP() 1418 ODM_RT_TRACE(pDM_Odm, ODM_COMP_RXHP, ODM_DBG_LOUD, ("RXHP current CH = %d\n", cur_channel)); in odm_RXHP() 1524 ch_map_intf_5M[cur_channel - (1+2*Is40MHz) + i] = 0; in odm_RXHP() 1553 …Intf_diff_idx = ((cur_channel+Is40MHz-(i+1))>0) ? (s1Byte)(cur_channel-2*Is40MHz-(i-2)) : (s1Byte)… in odm_RXHP()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_ap.c | 290 if (rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk() 292 SelectChannel(padapter, pmlmeext->cur_channel); in expire_timeout_chk() 595 u8 val8, cur_channel, cur_bwmode, cur_ch_offset; in start_bss_network() local 609 cur_channel = pnetwork->Configuration.DSConfig; in start_bss_network() 699 set_channel_bwmode(padapter, cur_channel, cur_ch_offset, cur_bwmode); in start_bss_network() 701 DBG_88E("CH =%d, BW =%d, offset =%d\n", cur_channel, cur_bwmode, in start_bss_network() 705 pmlmeext->cur_channel = cur_channel; in start_bss_network()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_mlme_ext.c | 641 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 672 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 682 if(pmlmeext->cur_channel > 14) in init_mlme_ext_priv_value() 968 if(padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 970 return (padapter->mlmeextpriv.cur_channel - channel); in cmp_pkt_chnl_diff() 974 return (channel-padapter->mlmeextpriv.cur_channel); in cmp_pkt_chnl_diff() 1704 …info.chsw_info.ch_sw_state & TDLS_CH_SW_INITIATOR_STATE) && (pmlmeext->cur_channel == rtw_get_oper… in OnBeacon() 3999 if ( pbuddy_mlmeext->cur_channel > 14 ) in issue_p2p_GO_request() 4001 if ( pbuddy_mlmeext->cur_channel >= 149 ) in issue_p2p_GO_request() 4020 p2pie[ p2pielen++ ] = pbuddy_mlmeext->cur_channel; in issue_p2p_GO_request() [all …]
|
| H A D | rtw_p2p.c | 3400 …set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_ml… in restore_p2p_state_handler() 3482 pwdinfo->operating_channel = pbuddy_mlmeext->cur_channel; in p2p_concurrent_handler() 3486 … DBG_871X("%s, switch ch back to buddy's cur_channel=%d\n", __func__, pbuddy_mlmeext->cur_channel); in p2p_concurrent_handler() 3488 …set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_ml… in p2p_concurrent_handler() 3503 if ( pbuddy_mlmeext->cur_channel != pwdinfo->listen_channel ) in p2p_concurrent_handler() 3533 if ( pbuddy_mlmeext->cur_channel != pwdinfo->listen_channel ) in p2p_concurrent_handler() 3535 …set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_ml… in p2p_concurrent_handler() 3553 …set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_ml… in p2p_concurrent_handler() 3737 u8 buddy_ch = pbuddy_mlmeext->cur_channel; in rtw_chk_p2pie_ch_list_with_buddy() 3787 u8 buddy_ch = pbuddy_mlmeext->cur_channel; in rtw_chk_p2pie_op_ch_with_buddy() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_mcc.c | 565 chidx = pmlmeext->cur_channel; in rtw_hal_set_mcc_parameter_cmd() 868 if (cur_op_ch == iface->mlmeextpriv.cur_channel) { in rtw_hal_mcc_sw_ch_fw_notify_hdl() 1102 *ch = pmlmeext->cur_channel; in rtw_hal_mcc_change_scan_flag() 1317 chbw_allow = rtw_is_chbw_grouped(cur_mlmeext->cur_channel in rtw_hal_set_mcc_setting_join_done_chk_ch() 1357 *ch = pmlmeext->cur_channel; in rtw_hal_set_mcc_setting_chk_start_clnt_join() 1477 u8 ch = mlmeext->cur_channel; in rtw_hal_mcc_issue_null_data()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_mlme_ext.c | 731 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 762 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 772 if(pmlmeext->cur_channel > 14) in init_mlme_ext_priv_value() 1068 if(padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1070 return (padapter->mlmeextpriv.cur_channel - channel); in cmp_pkt_chnl_diff() 1074 return (channel-padapter->mlmeextpriv.cur_channel); in cmp_pkt_chnl_diff() 1807 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 4061 if ( pbuddy_mlmeext->cur_channel > 14 ) in issue_p2p_GO_request() 4063 if ( pbuddy_mlmeext->cur_channel >= 149 ) in issue_p2p_GO_request() 4082 p2pie[ p2pielen++ ] = pbuddy_mlmeext->cur_channel; in issue_p2p_GO_request() [all …]
|
| H A D | rtw_p2p.c | 3404 …set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_ml… in restore_p2p_state_handler() 3488 pwdinfo->operating_channel = pbuddy_mlmeext->cur_channel; in p2p_concurrent_handler() 3492 … DBG_871X("%s, switch ch back to buddy's cur_channel=%d\n", __func__, pbuddy_mlmeext->cur_channel); in p2p_concurrent_handler() 3494 …set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_ml… in p2p_concurrent_handler() 3509 if ( pbuddy_mlmeext->cur_channel != pwdinfo->listen_channel ) in p2p_concurrent_handler() 3539 if ( pbuddy_mlmeext->cur_channel != pwdinfo->listen_channel ) in p2p_concurrent_handler() 3541 …set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_ml… in p2p_concurrent_handler() 3559 …set_channel_bwmode(padapter, pbuddy_mlmeext->cur_channel, pbuddy_mlmeext->cur_ch_offset, pbuddy_ml… in p2p_concurrent_handler() 3747 u8 buddy_ch = pbuddy_mlmeext->cur_channel; in rtw_chk_p2pie_ch_list_with_buddy() 3797 u8 buddy_ch = pbuddy_mlmeext->cur_channel; in rtw_chk_p2pie_op_ch_with_buddy() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_mlme_ext.c | 405 ch = mlmeext->cur_channel; in rtw_rfctl_update_op_mode() 453 , mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_ch_offset); in rtw_rfctl_update_op_mode() 1301 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 1354 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 1363 if ((pmlmeext->cur_channel > 14) || ((padapter->registrypriv.wireless_mode & WIRELESS_11B) == 0)) in init_mlme_ext_priv_value() 1532 if (padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1533 return padapter->mlmeextpriv.cur_channel - channel; in cmp_pkt_chnl_diff() 1535 return channel - padapter->mlmeextpriv.cur_channel; in cmp_pkt_chnl_diff() 2300 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 9238 if (pmlmeext->cur_channel > 14) { in _issue_assocreq() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_mlme_ext.c | 404 ch = mlmeext->cur_channel; in rtw_rfctl_update_op_mode() 452 , mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_ch_offset); in rtw_rfctl_update_op_mode() 1300 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 1353 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 1362 if ((pmlmeext->cur_channel > 14) || ((padapter->registrypriv.wireless_mode & WIRELESS_11B) == 0)) in init_mlme_ext_priv_value() 1531 if (padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1532 return padapter->mlmeextpriv.cur_channel - channel; in cmp_pkt_chnl_diff() 1534 return channel - padapter->mlmeextpriv.cur_channel; in cmp_pkt_chnl_diff() 2299 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 9237 if (pmlmeext->cur_channel > 14) { in _issue_assocreq() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_mlme_ext.c | 1061 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 1114 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 1123 if ((pmlmeext->cur_channel > 14) || ((padapter->registrypriv.wireless_mode & WIRELESS_11B) == 0)) { in init_mlme_ext_priv_value() 1295 if (padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1296 return padapter->mlmeextpriv.cur_channel - channel; in cmp_pkt_chnl_diff() 1298 return channel - padapter->mlmeextpriv.cur_channel; in cmp_pkt_chnl_diff() 2063 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 8957 if (pmlmeext->cur_channel > 14) { in _issue_assocreq() 8988 if (pmlmeext->cur_channel == 14) /* for JAPAN, channel 14 can only uses B Mode(CCK) */ in _issue_assocreq() 10979 bssid->Configuration.DSConfig = padapter->mlmeextpriv.cur_channel; in collect_bss_info() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_mlme_ext.c | 1057 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 1110 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 1119 if ((pmlmeext->cur_channel > 14) || ((padapter->registrypriv.wireless_mode & WIRELESS_11B) == 0)) in init_mlme_ext_priv_value() 1288 if (padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1289 return padapter->mlmeextpriv.cur_channel - channel; in cmp_pkt_chnl_diff() 1291 return channel - padapter->mlmeextpriv.cur_channel; in cmp_pkt_chnl_diff() 2056 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 8958 if (pmlmeext->cur_channel > 14) { in _issue_assocreq() 8989 if (pmlmeext->cur_channel == 14) /* for JAPAN, channel 14 can only uses B Mode(CCK) */ in _issue_assocreq() 10984 bssid->Configuration.DSConfig = padapter->mlmeextpriv.cur_channel; in collect_bss_info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_mlme_ext.c | 1055 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 1108 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 1117 if ((pmlmeext->cur_channel > 14) || ((padapter->registrypriv.wireless_mode & WIRELESS_11B) == 0)) in init_mlme_ext_priv_value() 1276 if (padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1277 return padapter->mlmeextpriv.cur_channel - channel; in cmp_pkt_chnl_diff() 1279 return channel - padapter->mlmeextpriv.cur_channel; in cmp_pkt_chnl_diff() 2044 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 8903 if (pmlmeext->cur_channel > 14) { in _issue_assocreq() 8934 if (pmlmeext->cur_channel == 14) /* for JAPAN, channel 14 can only uses B Mode(CCK) */ in _issue_assocreq() 10912 bssid->Configuration.DSConfig = padapter->mlmeextpriv.cur_channel; in collect_bss_info() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_ap.c | 388 union_ch = pmlmeext->cur_channel; in rtw_check_restore_rf18() 670 || pmlmeext->cur_channel != union_ch) in expire_timeout_chk() 674 if (switch_channel_by_drv == _TRUE && rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk() 1802 padapter->mlmeextpriv.cur_channel = u_ch; in start_bss_network() 1814 , padapter->mlmeextpriv.cur_channel in start_bss_network() 1835 , pdvobj->padapters[i]->mlmeextpriv.cur_channel in start_bss_network() 3056 …, mlmeext->cur_bwmode, rtw_get_center_ch(mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_c… in rtw_update_bss_tpc_report() 3057 , mlmeext->cur_channel, 0, 1, NULL); in rtw_update_bss_tpc_report() 3149 if ((pmlmepriv->sw_to_20mhz == 0) && (pmlmeext->cur_channel <= 14)) { in update_bcn_htinfo_ie() 4153 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in rtw_ap_restore_network() [all …]
|
| H A D | rtw_mlme_ext.c | 409 ch = mlmeext->cur_channel; in rtw_rfctl_update_op_mode() 457 , mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_ch_offset); in rtw_rfctl_update_op_mode() 1320 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 1373 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 1382 if ((pmlmeext->cur_channel > 14) || ((padapter->registrypriv.wireless_mode & WIRELESS_11B) == 0)) { in init_mlme_ext_priv_value() 1562 if (padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1563 return padapter->mlmeextpriv.cur_channel - channel; in cmp_pkt_chnl_diff() 1565 return channel - padapter->mlmeextpriv.cur_channel; in cmp_pkt_chnl_diff() 2352 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 9314 if (pmlmeext->cur_channel > 14) { in _issue_assocreq() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_ap.c | 388 union_ch = pmlmeext->cur_channel; in rtw_check_restore_rf18() 700 || pmlmeext->cur_channel != union_ch) in expire_timeout_chk() 704 if (switch_channel_by_drv == _TRUE && rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk() 1819 padapter->mlmeextpriv.cur_channel = u_ch; in start_bss_network() 1831 , padapter->mlmeextpriv.cur_channel in start_bss_network() 1852 , pdvobj->padapters[i]->mlmeextpriv.cur_channel in start_bss_network() 3078 …, mlmeext->cur_bwmode, rtw_get_center_ch(mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_c… in rtw_update_bss_tpc_report() 3079 , mlmeext->cur_channel, 0, 1, NULL); in rtw_update_bss_tpc_report() 3171 if ((pmlmepriv->sw_to_20mhz == 0) && (pmlmeext->cur_channel <= 14)) { in update_bcn_htinfo_ie() 4249 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in rtw_ap_restore_network() [all …]
|
| H A D | rtw_mlme_ext.c | 640 ch = mlmeext->cur_channel; in rtw_rfctl_update_op_mode() 688 , mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_ch_offset); in rtw_rfctl_update_op_mode() 1641 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 1694 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 1703 if ((pmlmeext->cur_channel > 14) || ((padapter->registrypriv.wireless_mode & WIRELESS_11B) == 0)) { in init_mlme_ext_priv_value() 1883 if (padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1884 return padapter->mlmeextpriv.cur_channel - channel; in cmp_pkt_chnl_diff() 1886 return channel - padapter->mlmeextpriv.cur_channel; in cmp_pkt_chnl_diff() 2675 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 9646 if (pmlmeext->cur_channel > 14) { in _issue_assocreq() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_mcc.c | 837 chidx = pmlmeext->cur_channel; in rtw_hal_set_mcc_ctrl_cmd() 1144 if (cur_op_ch == iface->mlmeextpriv.cur_channel) { in rtw_hal_mcc_sw_ch_fw_notify_hdl() 1423 *ch = pmlmeext->cur_channel; in rtw_hal_mcc_change_scan_flag() 1639 chbw_allow = rtw_is_chbw_grouped(cur_mlmeext->cur_channel in rtw_hal_set_mcc_setting_join_done_chk_ch() 1679 *ch = pmlmeext->cur_channel; in rtw_hal_set_mcc_setting_chk_start_clnt_join() 1827 u8 ch = mlmeext->cur_channel; in rtw_hal_mcc_issue_null_data()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_mlme_ext.c | 640 ch = mlmeext->cur_channel; in rtw_rfctl_update_op_mode() 688 , mlmeext->cur_channel, mlmeext->cur_bwmode, mlmeext->cur_ch_offset); in rtw_rfctl_update_op_mode() 1641 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 1694 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 1703 if ((pmlmeext->cur_channel > 14) || ((padapter->registrypriv.wireless_mode & WIRELESS_11B) == 0)) { in init_mlme_ext_priv_value() 1883 if (padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1884 return padapter->mlmeextpriv.cur_channel - channel; in cmp_pkt_chnl_diff() 1886 return channel - padapter->mlmeextpriv.cur_channel; in cmp_pkt_chnl_diff() 2676 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 9661 if (pmlmeext->cur_channel > 14) { in _issue_assocreq() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_mlme_ext.c | 971 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 1002 pmlmeext->cur_channel = padapter->registrypriv.channel; in init_mlme_ext_priv_value() 1012 if (pmlmeext->cur_channel > 14) in init_mlme_ext_priv_value() 1322 if (padapter->mlmeextpriv.cur_channel >= channel) in cmp_pkt_chnl_diff() 1323 return padapter->mlmeextpriv.cur_channel - channel; in cmp_pkt_chnl_diff() 1325 return channel - padapter->mlmeextpriv.cur_channel; in cmp_pkt_chnl_diff() 1977 && (pmlmeext->cur_channel == rtw_get_oper_ch(padapter))) { in OnBeacon() 8515 if (pmlmeext->cur_channel > 14) { in issue_assocreq() 8541 if (pmlmeext->cur_channel == 14) /* for JAPAN, channel 14 can only uses B Mode(CCK) */ in issue_assocreq() 10398 bssid->Configuration.DSConfig = padapter->mlmeextpriv.cur_channel; in collect_bss_info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_mcc.c | 387 set_channel_bwmode(adapter, mlmeext->cur_channel, mlmeext->cur_ch_offset, mlmeext->cur_bwmode); in mcc_cfg_phdym_rf_ch() 1363 ch = pmlmeext->cur_channel; in rtw_hal_dl_mcc_fw_rsvd_page() 1985 …center_ch = rtw_get_center_ch(pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset… in rtw_hal_set_mcc_ctrl_cmd_v2() 1986 …pri_ch_idx = get_pri_ch_idx_by_adapter(center_ch, pmlmeext->cur_channel, pmlmeext->cur_bwmode, pml… in rtw_hal_set_mcc_ctrl_cmd_v2() 2001 set_channel_bwmode(iface, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in rtw_hal_set_mcc_ctrl_cmd_v2() 2082 chidx = pmlmeext->cur_channel; in rtw_hal_set_mcc_ctrl_cmd_v1() 2520 if (cur_op_ch == iface->mlmeextpriv.cur_channel) { in rtw_hal_mcc_sw_ch_fw_notify_hdl() 2806 cur_ch = cur_adapter->mlmeextpriv.cur_channel; in rtw_hal_mcc_c2h_handler() 3110 *ch = mlmeext->cur_channel; in rtw_hal_mcc_change_scan_flag() 3347 chbw_allow = rtw_is_chbw_grouped(cur_mlmeext->cur_channel in rtw_hal_set_mcc_setting_join_done_chk_ch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_mcc.c | 386 set_channel_bwmode(adapter, mlmeext->cur_channel, mlmeext->cur_ch_offset, mlmeext->cur_bwmode); in mcc_cfg_phdym_rf_ch() 1362 ch = pmlmeext->cur_channel; in rtw_hal_dl_mcc_fw_rsvd_page() 1987 …center_ch = rtw_get_center_ch(pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset… in rtw_hal_set_mcc_ctrl_cmd_v2() 1988 …pri_ch_idx = get_pri_ch_idx_by_adapter(center_ch, pmlmeext->cur_channel, pmlmeext->cur_bwmode, pml… in rtw_hal_set_mcc_ctrl_cmd_v2() 2003 set_channel_bwmode(iface, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in rtw_hal_set_mcc_ctrl_cmd_v2() 2084 chidx = pmlmeext->cur_channel; in rtw_hal_set_mcc_ctrl_cmd_v1() 2522 if (cur_op_ch == iface->mlmeextpriv.cur_channel) { in rtw_hal_mcc_sw_ch_fw_notify_hdl() 2808 cur_ch = cur_adapter->mlmeextpriv.cur_channel; in rtw_hal_mcc_c2h_handler() 3112 *ch = mlmeext->cur_channel; in rtw_hal_mcc_change_scan_flag() 3349 chbw_allow = rtw_is_chbw_grouped(cur_mlmeext->cur_channel in rtw_hal_set_mcc_setting_join_done_chk_ch() [all …]
|