Searched defs:hostapd (Results 1 – 6 of 6) sorted by relevance
29 pub mod hostapd; module
620 let hostapd = init_hostapd(); in test_encrypt_decrypt_generic() localVariable674 let hostapd = init_hostapd(); in test_decrypt_encrypt_golden_frame() localVariable
20 pub(crate) mod hostapd; module
29 let mut hostapd = Hostapd::new(tx, true, config_path); in hostapd_run() localVariable
37 pub hostapd: bool, field109 hostapd: Arc<Hostapd>, field711 let hostapd = Arc::new(hostapd_result.expect("hostapd_run failed")); in test_remove() localVariable
58 let hostapd = hostapd_result.map_err(|e| warn!("Failed to run hostapd. {e}")).unwrap(); in wifi_start() localVariable119 hostapd: Arc<hostapd::Hostapd>, field128 let hostapd = Arc::new(hostapd); in new() localVariable163 let hostapd = wifi_manager.hostapd.clone(); // Arc clone for thread in start_request_thread() localVariable