Home
last modified time | relevance | path

Searched defs:write_pcap_header (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/utils/
H A Dlog2pcap.py13 def write_pcap_header(pcap_file): function
/aosp_15_r20/tools/netsim/rust/daemon/src/captures/
H A Dpcap_util.rs64 pub fn write_pcap_header<W: Write>(link_type: LinkType, output: &mut W) -> Result<usize> { in write_pcap_header() function