Home
last modified time | relevance | path

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

123

/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_udp.c
H A Dwpa_priv.c
H A Dctrl_iface_unix.c
H A DREADME-Windows.txt
H A DREADME-WPS
H A DREADME-P2P
H A Dtodo.txt
H A DREADME-HS20
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A 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/wpa_supplicant_8/src/common/
H A Dctrl_iface_common.c
H A Dctrl_iface_common.h
/wlan-driver/qca-wifi-host-cmn/umac/cp_stats/dispatcher/inc/
H A 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/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_privsep.c
/wlan-driver/wpa_supplicant_8/src/radius/
H A Dradius_server.c
H A Dradius_das.c
/wlan-driver/wpa_supplicant_8/hostapd/
H A DREADME-WPS
H A Dhlr_auc_gw.milenage_db
H A DChangeLog
H A Dctrl_iface.c
/wlan-driver/platform/cnss2/
H A 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/wpa_supplicant_8/src/drivers/
H A Dnetlink.c
/wlan-driver/platform/
H A 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/wpa_supplicant_8/wpa_supplicant/doc/docbook/
H A Dwpa_passphrase.sgml
H A Deapol_test.sgml
/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A 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()

123