| /Linux-v5.4/drivers/staging/rtl8188eu/os_dep/ |
| D | xmit_linux.c | 57 if (padapter->registrypriv.wifi_spec) { in rtw_os_pkt_complete() 100 if (padapter->registrypriv.wifi_spec) { in rtw_check_xmit_resource() 186 (padapter->registrypriv.wifi_spec == 0)) { in rtw_xmit_entry()
|
| D | os_intfs.c | 170 registry_par->wifi_spec = (u8)rtw_wifi_spec; in loadparam()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
| D | xmit_linux.c | 76 if (padapter->registrypriv.wifi_spec) { in rtw_os_pkt_complete() 113 if (padapter->registrypriv.wifi_spec) { in rtw_check_xmit_resource() 231 && padapter->registrypriv.wifi_spec == 0) { in _rtw_xmit_entry()
|
| D | os_intfs.c | 290 registry_par->wifi_spec = (u8)rtw_wifi_spec; in loadparam()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ |
| D | drv_types.h | 78 u8 wifi_spec;/* !turbo_mode */ member
|
| /Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
| D | odm_EdcaTurboCheck.c | 100 if (pregpriv->wifi_spec == 1) { in odm_EdcaTurboCheckCE()
|
| D | sdio_halinit.c | 230 bool bWiFiConfig = pregistrypriv->wifi_spec; in _InitQueueReservedPage() 263 if (!pregistrypriv->wifi_spec) { in _InitTxBufferBoundary() 354 if (!pregistrypriv->wifi_spec) { in _InitNormalChipTwoOutEpPriority() 380 if (!pregistrypriv->wifi_spec) { in _InitNormalChipThreeOutEpPriority() 554 if (pregistrypriv->wifi_spec) { in HalRxAggr8723BSdio() 1176 bool bWiFiConfig = pregistrypriv->wifi_spec; in rtl8723bs_interface_configure()
|
| D | rtl8723bs_xmit.c | 223 if (padapter->registrypriv.wifi_spec == 1) { in xmit_xmitframes() 457 if (padapter->registrypriv.wifi_spec) in rtl8723bs_xmit_handler()
|
| D | rtl8723b_dm.c | 54 ODM_CmnInfoInit(pDM_Odm, ODM_CMNINFO_BWIFI_TEST, Adapter->registrypriv.wifi_spec); in Init_ODM_ComInfo_8723b()
|
| D | hal_com.c | 850 bool bWIFICfg = (pregistrypriv->wifi_spec) ? true : false; in Hal_MappingOutPipe()
|
| D | rtl8723b_hal_init.c | 3087 if (pattrib->icmp_pkt == 1 && padapter->registrypriv.wifi_spec == 1) in rtl8723b_fill_default_txdesc() 4451 if (!padapter->registrypriv.wifi_spec) { in GetHalDefVar8723B()
|
| D | rtl8723b_cmd.c | 1041 if (padapter->registrypriv.wifi_spec == 1) { in rtl8723b_set_FwPwrMode_cmd()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_mlme.c | 748 if (adapter->registrypriv.wifi_spec == 1) { /* for correct flow of 8021X to do.... */ in rtw_is_desired_network() 1661 if (adapter->registrypriv.wifi_spec == 1) { in rtw_stadel_event_callback() 1836 else if (adapter->registrypriv.wifi_spec && is_client_associated_to_ap(adapter) == true) in rtw_mlme_reset_auto_scan_int() 1856 if (!padapter->registrypriv.wifi_spec) { in rtw_auto_scan_handler() 2571 if (padapter->registrypriv.wifi_spec == 1) in rtw_joinbss_reset() 2590 if (pregistrypriv->wifi_spec) in rtw_ht_use_default_setting() 2734 (pregistrypriv->wifi_spec == 1)) { in rtw_restructure_ht_ie() 2761 …if (((cbw40_enable == 1) && (operation_bw == CHANNEL_WIDTH_40)) && (pregistrypriv->wifi_spec != 1)) in rtw_restructure_ht_ie() 2838 if (pregistrypriv->wifi_spec == 1) { in rtw_update_ht_cap() 2902 if (pmlmeext->cur_bwmode == CHANNEL_WIDTH_40 && pregistrypriv->wifi_spec != 1) in rtw_update_ht_cap()
|
| D | rtw_wlan_util.c | 939 if (pregpriv->wifi_spec == 1) { in WMMOnAssocRsp() 1122 if (pmlmeext->cur_bwmode == CHANNEL_WIDTH_40 && pregistrypriv->wifi_spec != 1) in HT_caps_handler()
|
| D | rtw_mlme_ext.c | 3359 if ((!padapter->registrypriv.wifi_spec) && (!memcmp(pIE->data, WPS_OUI, 4))) { in issue_assocreq() 4331 if (padapter->registrypriv.wifi_spec) in site_survey() 4341 if (padapter->registrypriv.wifi_spec) in site_survey() 4550 if ((pregistrypriv->wifi_spec == 1) && (false == pmlmeinfo->bwmode_updated)) { in collect_bss_info()
|
| D | rtw_ap.c | 287 if (padapter->registrypriv.wifi_spec == 1) { in expire_timeout_chk()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/hal/ |
| D | usb_halinit.c | 153 bool bWiFiConfig = pregistrypriv->wifi_spec; in _InitQueueReservedPage() 256 if (!pregistrypriv->wifi_spec) { in _InitNormalChipTwoOutEpPriority() 279 if (!pregistrypriv->wifi_spec) {/* typical setting */ in _InitNormalChipThreeOutEpPriority() 444 if (Adapter->registrypriv.wifi_spec) in usb_AggSettingTxUpdate() 690 if (!pregistrypriv->wifi_spec) { in rtl8188eu_hal_init() 811 if (pregistrypriv->wifi_spec) in rtl8188eu_hal_init()
|
| D | rtl8188e_dm.c | 50 dm_odm->bWIFITest = Adapter->registrypriv.wifi_spec; in Init_ODM_ComInfo_88E()
|
| D | hal_com.c | 268 bool wifi_cfg = (pregistrypriv->wifi_spec) ? true : false; in hal_mapping_out_pipe()
|
| D | odm.c | 1043 if (pregpriv->wifi_spec == 1) /* (pmlmeinfo->HT_enable == 0)) */ in odm_EdcaTurboCheckCE()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_mlme.c | 518 if (adapter->registrypriv.wifi_spec == 1) { /* for correct flow of 8021X to do.... */ in rtw_is_desired_network() 1383 if (pregistrypriv->wifi_spec == 1) { in rtw_dynamic_check_timer_handlder() 1843 if (padapter->registrypriv.wifi_spec == 1) in rtw_joinbss_reset() 1941 if (pregistrypriv->wifi_spec == 1) in rtw_update_ht_cap()
|
| D | rtw_xmit.c | 261 if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) { in update_attrib_vcs_info() 1391 if (pregpriv->wifi_spec == 1) { in rtw_dequeue_xframe()
|
| D | rtw_wlan_util.c | 561 if (pregpriv->wifi_spec == 1) { in WMMOnAssocRsp()
|
| D | rtw_ap.c | 229 if (padapter->registrypriv.wifi_spec == 1) { in expire_timeout_chk()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/include/ |
| D | drv_types.h | 157 u8 wifi_spec;/* !turbo_mode */ member
|