/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | utils_api.h | 222 static inline void sir_copy_mac_addr(uint8_t to[], uint8_t from[]) in sir_copy_mac_addr() argument 225 uint32_t align = (0x3 & ((uint32_t) to | (uint32_t) from)); in sir_copy_mac_addr() 228 *((uint16_t *) &(to[4])) = *((uint16_t *) &(from[4])); in sir_copy_mac_addr() 229 *((uint32_t *) to) = *((uint32_t *) from); in sir_copy_mac_addr() 231 *((uint16_t *) &to[4]) = *((uint16_t *) &from[4]); in sir_copy_mac_addr() 232 *((uint16_t *) &to[2]) = *((uint16_t *) &from[2]); in sir_copy_mac_addr() 233 *((uint16_t *) &to[0]) = *((uint16_t *) &from[0]); in sir_copy_mac_addr() 235 to[5] = from[5]; in sir_copy_mac_addr() 236 to[4] = from[4]; in sir_copy_mac_addr() 237 to[3] = from[3]; in sir_copy_mac_addr() [all …]
|
/wlan-driver/qcacld-3.0/configs/ |
D | wcn6450_defconfig | 87 #Flag to enable Legacy Fast Roaming3(LFR3) 90 #Flag to enable Dynamic MAC address update 99 #Flag to enable TDLS feature 106 #Flag to enable pre cac feature 149 #Flag to enable NAN 164 #Flag to enable Android Packet Filtering 167 #Flag to enable SARv1 -> SARv2 conversion 170 #Flag to enable get firmware state 173 #Flag to enable set coex configuration 176 #Flag to enable Fast Transition (11r) feature [all …]
|
D | qca6174_defconfig | 85 #Flag to enable Legacy Fast Roaming3(LFR3) 93 #Flag to enable TDLS feature 100 #Flag to enable Android Packet Filtering 103 #Flag to enable SARv1 -> SARv2 conversion 134 #Flag to enable Fast Transition (11r) feature 137 #Flag to enable disable ACTION OUI feature 140 #Flag to enable FILS Feature (11ai) 144 #Flag to enable LTE CoEx feature 147 #Flag to enable LPSS feature 153 #Flag to enable LTE CoEx feature [all …]
|
D | peach_defconfig | 142 #Flag to enable Legacy Fast Roaming3(LFR3) 157 # Flag to enable FW based TX Flow control 261 #Flag to enable Dynamic MAC address update 264 #Flag to enable hdd memory dump feature 267 #Flag to enable/disable WLAN D0-WOW 275 #Flag to enable TDLS feature 326 #Flag to enable NAN 334 #Flag to enable pre cac feature 337 #Flag to enable Android Packet Filtering 340 #Flag to enable SARv1 -> SARv2 conversion [all …]
|
D | wear_defconfig | 164 #Flag to enable Legacy Fast Roaming3(LFR3) 172 #Flag to enable TDLS feature 185 #Flag to enable Android Packet Filtering 188 #Flag to enable SARv1 -> SARv2 conversion 191 #Flag to enable get firmware state 194 #Flag to enable set coex configuration 197 #Flag to enable get hw capability 224 #Flag to enable Fast Transition (11r) feature 227 #Flag to enable disable ACTION OUI feature 230 #Flag to enable Adaptive 11r feature [all …]
|
D | qca6390_defconfig | 7 #Flag to enable pre cac feature 109 #Flag to enable Legacy Fast Roaming3(LFR3) 123 #Flag to enable TDLS feature 130 #Flag to enable Android Packet Filtering 133 #Flag to enable SARv1 -> SARv2 conversion 164 #Flag to enable Fast Transition (11r) feature 167 #Flag to enable disable ACTION OUI feature 170 #Flag to enable FILS Feature (11ai) 174 #Flag to enable LTE CoEx feature 177 #Flag to enable LPSS feature [all …]
|
D | default_defconfig | 346 #Flag to enable Legacy Fast Roaming3(LFR3) 353 #Flag to enable Roam stats feature 360 #Flag to enable Dynamic MAC address update 376 #Flag to enable TDLS feature 441 #Flag to enable pre cac feature 444 #Flag to enable Android Packet Filtering 447 #Flag to enable SARv1 -> SARv2 conversion 450 #Flag to enable get firmware state 453 #Flag to enable set coex configuration 456 #Flag to enable get hw capability [all …]
|
D | genoa.common | 44 #Flag to enable Dynamic Voltage WDCVS (Config Voltage Mode) 47 #We might need to disable WEXT support in perf builds in future 53 #Flag to enable/disable Avoid acs freq feature 110 #Flag to enable wbuff feature 144 #Flags to enable/disable vendor commands 156 #Flags to enable/disable WMI APIs 177 #Flag to enable SARv1 -> SARv2 conversion 202 # Additional peers sent to firmware 211 #Number of STA sessions max connected to our SAP, used for allocating memory 221 #Flag to enable Supported Operating class
|
/wlan-driver/platform/cnss2/ |
D | Kconfig | 10 This driver also adds support to integrate WLAN module to subsystem 17 This option is to enable CNSS2 platform driver debug support which 19 features, enabling kernel panic for certain cases to aid the 27 CNSS2 platform driver uses QMI framework to communicate with WLAN 28 firmware. It sends and receives boot handshake messages to WLAN 30 configurations. It also sends WLAN on/off control message to 38 Using asynchronous probe will allow CNSS platform driver to 39 probe in parallel with other device drivers and will help to 48 The features enable cld wlan driver to suspend pcie bus when APPS 50 The Feature uses runtime power management framework from kernel to [all …]
|
/wlan-driver/platform/icnss2/ |
D | Kconfig | 8 communicating WLAN on/off control messages to FW over QMI channel. 15 Say 'Y' here to enable ICNSS driver debug support. Debug support 16 primarily consists of logs consisting of information related to 17 hardware register access and enabling BUG_ON for certain cases to aid 25 Say 'Y' here to enable ICNSS QMI support. ICNSS driver will use 26 QMI framework to communicate with WLAN FW. It will send coldboot 27 handshake messages to WLAN FW, which includes hardware capabilities 28 and configurations. It also send WLAN on/off control message to FW 35 This enables the changes from WLAN host driver that are specific to 37 These changes are needed to support the new hardware architecture [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
D | README | 2 and structures to hold target specific definitions to handle differences between 3 chips with respect to hal. 5 Please ensure changes get applied to all platform specific files if the fixes 6 are generic and applicable to all the folders.
|
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/ |
D | wlan_cp_stats_chipset_stats.h | 41 #define CSTATS_MAC_COPY(to, from) \ argument 43 to[0] = from[0]; \ 44 to[1] = from[1]; \ 45 to[2] = from[2]; \ 46 to[3] = from[5]; \
|
/wlan-driver/platform/cnss_utils/ |
D | Kconfig | 7 This feature enables wlan driver to use CNSS utilities APIs to set 14 This feature enable wlan driver to use CNSS QMI service APIs to set
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 6 * Permission to use, copy, modify, and/or distribute this software for 39 // Tell framesc what types to use for... 129 * Elements are defined to have a common general format consisting of a 1 octet 519 * Deprecated Version mechanism. This attribute is always set to value 0x10 523 * to avoid potential interoperability issues with deployed 1.0h-based devices. 546 * refuse to allow an external Registrar to attempt to run the Registration 551 * When the AP is in this state, it MUST continue to allow other Enrollees to 556 * The AP Setup Locked state can be reset to FALSE through an authenticated 557 * call to SetAPSettings. APs may provide other implementation-specific 573 * Probe Response messages to convey the Config Methods of the selected [all …]
|
/wlan-driver/platform/cnss_prealloc/ |
D | Kconfig | 7 This feature enable cld wlan driver to use pre allocated memory 8 for it's internal usage and release it to back to pre allocated pool.
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parse_mac_trace.cmm | 3 ;Permission to use, copy, modify, and/or distribute this software for 31 ;How to use the script:- 35 ;3.After load completion change the directory to parse_qdf_trace.cmm script 38 ;5.select a folder, create a file and select it to store the output of script. 58 ;added and removed enums to sync with current driver code 70 ;9 to 16 unused 82 ;28 to 33 macros unused 86 ;37 to 42 unused 92 ;48 to 57 unused 108 ;73 to 89 unused [all …]
|
/wlan-driver/platform/cnss_genl/ |
D | Kconfig | 7 used by cld driver and userspace utilities to communicate over 8 netlink sockets. This module creates different multicast groups to
|
/wlan-driver/qcacld-3.0/ |
D | Kbuild | 11 # Need to explicitly define for Kernel-based builds 53 # KERNEL_SUPPORTS_NESTED_COMPOSITES := y is used to enable nested 65 # Comosite feature was added to GKI 5.10.20 3338 # Used to indicate the Linux Kernel contains support for ML key operation 3341 # This feature was backported to Android Common Kernel 5.15 via: 3369 # Used to indicate Linux kernel contains support for ML external auth support. 3371 # This feature was backported to Android Common Kernel 5.15 via: 3422 #Flag to enable pre_cac 3583 # Flag to enable bus auto suspend 4034 #sta support to tx P2P action frames [all …]
|
/wlan-driver/fw-api/hw/qca5018/ |
D | wfss_pmm_base_struct.h | 47 #error You have to define _LSB_TO_MSB_REGS or _MSB_TO_LSB_REGS
|
/wlan-driver/fw-api/hw/qca8074/v2/ |
D | wfss_pmm_base_struct.h | 42 #error You have to define _LSB_TO_MSB_REGS or _MSB_TO_LSB_REGS
|
/wlan-driver/fw-api/hw/qca6290/v2/ |
D | wfss_pmm_base_struct.h | 49 #error You have to define _LSB_TO_MSB_REGS or _MSB_TO_LSB_REGS
|
/wlan-driver/fw-api/hw/qca8074/v1/ |
D | wfss_pmm_base_struct.h | 48 #error You have to define _LSB_TO_MSB_REGS or _MSB_TO_LSB_REGS
|
/wlan-driver/fw-api/hw/qca9574/ |
D | wfss_pmm_base_struct.h | 42 #error You have to define _LSB_TO_MSB_REGS or _MSB_TO_LSB_REGS
|
/wlan-driver/fw-api/hw/qcn9000/ |
D | wfss_pmm_base_struct.h | 47 #error You have to define _LSB_TO_MSB_REGS or _MSB_TO_LSB_REGS
|
/wlan-driver/fw-api/hw/qca6290/v1/ |
D | wfss_pmm_base_struct.h | 48 #error You have to define _LSB_TO_MSB_REGS or _MSB_TO_LSB_REGS
|