Home
last modified time | relevance | path

Searched refs:from (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/include/
Dutils_api.h222 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/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
Dwlan_cp_stats_chipset_stats.h41 #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/cnss2/
DKconfig50 The Feature uses runtime power management framework from kernel to
60 This enables the changes from WLAN host driver that are specific to
69 This enables the changes from WLAN host driver that are specific to
78 This enables the changes from WLAN drivers that are specific to
87 This enables the changes from WLAN host driver that are specific to
104 This enables the changes from cnss2 platform driver to support dual
165 functions from the other modules in the platform driver.
/wlan-driver/platform/
DKbuild26 # can be only compiled as a module from out-of-kernel-tree source.
32 # can be only compiled as a module from out-of-kernel-tree source.
/wlan-driver/qca-wifi-host-cmn/qdf/src/
Dqdf_types.c569 uint8_t *from = &addr->bytes[zero_comp_index * 2]; in qdf_ipv6_apply_zero_comp() local
570 uint8_t *to = from + zero_comp_size; in qdf_ipv6_apply_zero_comp()
573 qdf_mem_move(to, from, bytes_to_move); in qdf_ipv6_apply_zero_comp()
575 qdf_mem_zero(from, to - from); in qdf_ipv6_apply_zero_comp()
/wlan-driver/platform/icnss2/
DKconfig35 This enables the changes from WLAN host driver that are specific to
45 functions from the other modules in the platform driver.
/wlan-driver/qcacld-3.0/
DREADME.txt1 This is CNSS WLAN Host Driver for products starting from iHelium
/wlan-driver/qca-wifi-host-cmn/
DREADME.txt1 This is CNSS WLAN Host Driver for products starting from iHelium
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_cache_db.c692 static void scm_update_alt_wcn_ie(struct scan_cache_entry *from, in scm_update_alt_wcn_ie() argument
697 if (from->frm_subtype == dst->frm_subtype) in scm_update_alt_wcn_ie()
700 if (!from->ie_list.wcn && !dst->ie_list.wcn) in scm_update_alt_wcn_ie()
704 if (!from->ie_list.wcn) in scm_update_alt_wcn_ie()
707 alt_wcn_ie_len = 2 + from->ie_list.wcn[1]; in scm_update_alt_wcn_ie()
723 from->ie_list.wcn, alt_wcn_ie_len); in scm_update_alt_wcn_ie()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms661 * Enrollee or Registrar supports. The list is a bitwise OR of values from
795 * Default, the Enrollee should use its PIN password (from the label or
808 * The Registrar-specified value indicates a PIN that has been obtained from
1516 // depends on whether this is from an AP
1937 // This IE contains the QoS Info field when sent from WMM Station
1952 // This IE contains the QoS Info field when sent from WMM AP
3864 // This MULTIIE combines the fields from the WSC IEs as they appear in
3870 // Beacon, and we in fact had data from a Probe Response) or mandatory fields
3872 // data from a Beacon).
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparse_mac_trace.cmm21 ;This script picks up the enums for module ID, code and data part from the dump
28 ;do not use symbols from dump, this script might show incorrect data.