Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_vht.c692 u8 cap_len=0, notify_len=0, notify_bw=0, operation_bw=0, supported_chnl_width=0; in rtw_restructure_vht_ie() local
713 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_vht_ie()
715 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_vht_ie()
724 operation_bw = CHANNEL_WIDTH_80_80; in rtw_restructure_vht_ie()
726 operation_bw = CHANNEL_WIDTH_160; in rtw_restructure_vht_ie()
728 operation_bw = CHANNEL_WIDTH_80; in rtw_restructure_vht_ie()
735 if (notify_bw > operation_bw) in rtw_restructure_vht_ie()
736 notify_bw = operation_bw; in rtw_restructure_vht_ie()
H A Drtw_mlme.c3999 u8 cbw40_enable = 0, stbc_rx_enable = 0, rf_type = 0, operation_bw=0; in rtw_restructure_ht_ie() local
4020 operation_bw = padapter->mlmeextpriv.cur_bwmode; in rtw_restructure_ht_ie()
4021 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()
4022 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
4025 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
4034 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
4037 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
4041 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
4055 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
4112 if(((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec!=1)) in rtw_restructure_ht_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_vht.c720 u8 cap_len=0, notify_len=0, notify_bw=0, operation_bw=0, supported_chnl_width=0; in rtw_restructure_vht_ie() local
741 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_vht_ie()
743 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_vht_ie()
752 operation_bw = CHANNEL_WIDTH_80_80; in rtw_restructure_vht_ie()
754 operation_bw = CHANNEL_WIDTH_160; in rtw_restructure_vht_ie()
756 operation_bw = CHANNEL_WIDTH_80; in rtw_restructure_vht_ie()
764 if (notify_bw > operation_bw) in rtw_restructure_vht_ie()
765 notify_bw = operation_bw; in rtw_restructure_vht_ie()
H A Drtw_mlme.c4082 u8 cbw40_enable = 0, rf_type = 0, operation_bw = 0, rf_num = 0, rx_stbc_nss = 0; in rtw_restructure_ht_ie() local
4103 operation_bw = padapter->mlmeextpriv.cur_bwmode; in rtw_restructure_ht_ie()
4104 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()
4105 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
4108 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
4117 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
4120 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
4124 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
4140 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
4189 if(((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec!=1)) in rtw_restructure_ht_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_vht.c775 u8 cap_len = 0, notify_len = 0, notify_bw = 0, operation_bw = 0, supported_chnl_width = 0; in rtw_restructure_vht_ie() local
796 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_vht_ie()
798 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_vht_ie()
807 operation_bw = CHANNEL_WIDTH_80_80; in rtw_restructure_vht_ie()
809 operation_bw = CHANNEL_WIDTH_160; in rtw_restructure_vht_ie()
811 operation_bw = CHANNEL_WIDTH_80; in rtw_restructure_vht_ie()
819 if (notify_bw > operation_bw) in rtw_restructure_vht_ie()
820 notify_bw = operation_bw; in rtw_restructure_vht_ie()
H A Drtw_mlme.c3917 u8 cbw40_enable = 0, rf_type = 0, operation_bw = 0, rf_num = 0, rx_stbc_nss = 0; in rtw_restructure_ht_ie() local
3938 operation_bw = padapter->mlmeextpriv.cur_bwmode; in rtw_restructure_ht_ie()
3939 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()
3940 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
3943 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
3952 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
3955 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
3959 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
3974 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
4022 …if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1)) in rtw_restructure_ht_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_vht.c740 u8 cap_len = 0, notify_len = 0, notify_bw = 0, operation_bw = 0, supported_chnl_width = 0; in rtw_restructure_vht_ie() local
761 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_vht_ie()
763 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_vht_ie()
772 operation_bw = CHANNEL_WIDTH_80_80; in rtw_restructure_vht_ie()
774 operation_bw = CHANNEL_WIDTH_160; in rtw_restructure_vht_ie()
776 operation_bw = CHANNEL_WIDTH_80; in rtw_restructure_vht_ie()
784 if (notify_bw > operation_bw) in rtw_restructure_vht_ie()
785 notify_bw = operation_bw; in rtw_restructure_vht_ie()
H A Drtw_mlme.c4249 u8 cbw40_enable = 0, rf_type = 0, operation_bw = 0, rf_num = 0, rx_stbc_nss = 0, rx_nss = 0; local
4275 operation_bw = padapter->mlmeextpriv.cur_bwmode;
4276 if (operation_bw > CHANNEL_WIDTH_40)
4277 operation_bw = CHANNEL_WIDTH_40;
4280 operation_bw = CHANNEL_WIDTH_40;
4289 operation_bw = CHANNEL_WIDTH_40;
4292 operation_bw = CHANNEL_WIDTH_20;
4296 operation_bw = CHANNEL_WIDTH_20;
4311 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) {
4358 …if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1))
H A Drtw_tdls.c644 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
648 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
650 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
651 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
652 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2587 u8 cbw40_enable = 0, stbc_rx_enable = 0, rf_type = 0, operation_bw = 0; in rtw_restructure_ht_ie() local
2608 operation_bw = padapter->mlmeextpriv.cur_bwmode; in rtw_restructure_ht_ie()
2609 if (operation_bw > CHANNEL_WIDTH_40) in rtw_restructure_ht_ie()
2610 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2613 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2622 operation_bw = CHANNEL_WIDTH_40; in rtw_restructure_ht_ie()
2625 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
2629 operation_bw = CHANNEL_WIDTH_20; in rtw_restructure_ht_ie()
2643 if ((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) { in rtw_restructure_ht_ie()
2684 …if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1)) in rtw_restructure_ht_ie()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_tdls.c620 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
624 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
626 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
627 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
628 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_tdls.c623 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
627 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
629 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
630 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
631 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_tdls.c615 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
619 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
621 …_hw_is_bw_support(adapter_to_dvobj(padapter), operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, ope… in rtw_tdls_process_vht_operation()
622 && (operation_bw <= pmlmeext->chandef.bw)) in rtw_tdls_process_vht_operation()
623 ptdls_sta->phl_sta->chandef.bw = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_tdls.c620 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
624 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
626 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
627 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
628 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_tdls.c623 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
627 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
629 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
630 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
631 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_tdls.c621 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
625 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
627 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
628 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
629 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_tdls.c619 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
623 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
625 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
626 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
627 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_tdls.c620 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
624 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
626 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
627 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
628 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_tdls.c621 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
625 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
627 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
628 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
629 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_tdls.c621 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
625 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
627 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
628 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
629 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_tdls.c615 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
619 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
621 …_hw_is_bw_support(adapter_to_dvobj(padapter), operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, ope… in rtw_tdls_process_vht_operation()
622 && (operation_bw <= pmlmeext->chandef.bw)) in rtw_tdls_process_vht_operation()
623 ptdls_sta->phl_sta->chandef.bw = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_tdls.c621 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
625 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
627 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
628 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
629 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_tdls.c620 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
624 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
626 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
627 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
628 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_tdls.c620 u8 operation_bw = 0; in rtw_tdls_process_vht_operation() local
624 operation_bw = CHANNEL_WIDTH_80; in rtw_tdls_process_vht_operation()
626 if (hal_is_bw_support(padapter, operation_bw) && REGSTY_IS_BW_5G_SUPPORT(regsty, operation_bw) in rtw_tdls_process_vht_operation()
627 && (operation_bw <= pmlmeext->cur_bwmode)) in rtw_tdls_process_vht_operation()
628 ptdls_sta->cmn.bw_mode = operation_bw; in rtw_tdls_process_vht_operation()