Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wifi/packets/
Dieee80211.rs174 pub fn into_from_ap(&self) -> anyhow::Result<Ieee80211FromAp> { in into_from_ap() method
/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs419 true => frame.ieee80211.into_from_ap()?.encode_to_vec()?, in create_hwsim_attr()