Home
last modified time | relevance | path

Searched defs:hostapd (Results 1 – 6 of 6) sorted by relevance

/tools/netsim/rust/hostapd-rs/src/
Dlib.rs29 pub mod hostapd; module
Dhostapd.rs620 let hostapd = init_hostapd(); in test_encrypt_decrypt_generic() localVariable
674 let hostapd = init_hostapd(); in test_decrypt_encrypt_golden_frame() localVariable
/tools/netsim/rust/daemon/src/wifi/
Dmod.rs20 pub(crate) mod hostapd; module
Dhostapd.rs29 let mut hostapd = Hostapd::new(tx, true, config_path); in hostapd_run() localVariable
Dmedium.rs37 pub hostapd: bool, field
109 hostapd: Arc<Hostapd>, field
711 let hostapd = Arc::new(hostapd_result.expect("hostapd_run failed")); in test_remove() localVariable
/tools/netsim/rust/daemon/src/wireless/
Dwifi_manager.rs58 let hostapd = hostapd_result.map_err(|e| warn!("Failed to run hostapd. {e}")).unwrap(); in wifi_start() localVariable
119 hostapd: Arc<hostapd::Hostapd>, field
128 let hostapd = Arc::new(hostapd); in new() localVariable
163 let hostapd = wifi_manager.hostapd.clone(); // Arc clone for thread in start_request_thread() localVariable