Home
last modified time | relevance | path

Searched refs:ehdr (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/platform/cnss2/
H A Dmain.c3240 static void init_elf_identification(struct elf32_hdr *ehdr, unsigned char class) in init_elf_identification() argument
3242 memcpy(ehdr->e_ident, ELFMAG, SELFMAG); in init_elf_identification()
3243 ehdr->e_ident[EI_CLASS] = class; in init_elf_identification()
3244 ehdr->e_ident[EI_DATA] = ELFDATA2LSB; in init_elf_identification()
3245 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in init_elf_identification()
3246 ehdr->e_ident[EI_OSABI] = ELFOSABI_NONE; in init_elf_identification()
3253 void *phdr, *ehdr; in cnss_qcom_elf_dump() local
3274 ehdr = data; in cnss_qcom_elf_dump()
3275 memset(ehdr, 0, sizeof_elf_hdr(class)); in cnss_qcom_elf_dump()
3276 init_elf_identification(ehdr, class); in cnss_qcom_elf_dump()
[all …]
/wlan-driver/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c
H A Deap_teap.c
/wlan-driver/wpa_supplicant_8/src/eapol_supp/
H A Deapol_supp_sm.c
/wlan-driver/wpa_supplicant_8/src/eap_server/
H A Deap_server.c
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c29556 struct ethhdr *ehdr; in __wlan_hdd_cfg80211_tx_control_port() local
29567 ehdr = skb_push(nbuf, sizeof(struct ethhdr)); in __wlan_hdd_cfg80211_tx_control_port()
29568 qdf_mem_copy(ehdr->h_dest, dest, ETH_ALEN); in __wlan_hdd_cfg80211_tx_control_port()
29571 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()
29575 ehdr->h_proto = proto; in __wlan_hdd_cfg80211_tx_control_port()