Home
last modified time | relevance | path

Searched refs:h_source (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/ap/
H A Dpreauth_auth.c
H A Deth_p_oui.c
H A Dwpa_auth_glue.c
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_ether.h56 unsigned char h_source[ETH_ALEN]; member
64 unsigned char h_source[ETH_ALEN]; member
/wlan-driver/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_pcap.c
H A Dl2_packet.h
H A Dl2_packet_freebsd.c
H A Dl2_packet_winpcap.c
H A Dl2_packet_ndis.c
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_ipa.c874 qdf_ether_addr_copy(uc_tx_hdr.eth.h_source, mac_addr); in ol_txrx_ipa_setup_iface()
1414 memcpy(uc_tx_hdr->eth.h_source, mac_addr, ETH_ALEN); in ol_txrx_ipa_add_header_info()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_softap_tx_rx.c853 ether_addr_copy(msg->eh.h_source, sta_mac->bytes); in hdd_softap_ind_l2_update()
H A Dwlan_hdd_cfg80211.c29571 qdf_mem_copy(ehdr->h_source, adapter->mac_addr.bytes, ETH_ALEN); in __wlan_hdd_cfg80211_tx_control_port()
29573 qdf_mem_copy(ehdr->h_source, src, ETH_ALEN); in __wlan_hdd_cfg80211_tx_control_port()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_ipa.c3104 qdf_ether_addr_copy(uc_tx_hdr.eth.h_source, mac_addr); in dp_ipa_setup_iface()
3140 qdf_ether_addr_copy(uc_tx_vlan_hdr.eth.h_source, mac_addr); in dp_ipa_setup_iface()
3387 qdf_ether_addr_copy(uc_tx_hdr.eth.h_source, mac_addr); in dp_ipa_setup_iface()
3866 if (!dp_ipa_peer_check(soc, eh->h_source, vdev->vdev_id))
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c2688 if (qdf_unlikely(ether_addr_equal(eth->h_source, skb->dev->dev_addr))) in __qdf_nbuf_is_mcast_replay()