Home
last modified time | relevance | path

Searched refs:pkt_data (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/l2_packet/
Dl2_packet_winpcap.c103 const u_char *pkt_data) in l2_packet_receive_cb() argument
108 if (pkt_data == NULL || hdr->caplen < sizeof(*ethhdr)) in l2_packet_receive_cb()
111 ethhdr = (struct l2_ethhdr *) pkt_data; in l2_packet_receive_cb()
Dl2_packet_pcap.c148 const u_char *pkt_data) in l2_packet_receive_cb() argument
155 if (!l2->rx_callback || !pkt_data || hdr->caplen < sizeof(*ethhdr)) in l2_packet_receive_cb()
158 ethhdr = (struct l2_ethhdr *) pkt_data; in l2_packet_receive_cb()