Home
last modified time | relevance | path

Searched defs:Hostapd (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/tools/netsim/rust/hostapd-rs/src/
H A Dhostapd.rs98 pub struct Hostapd { struct
112 impl Hostapd { argument
448 impl Drop for Hostapd { implementation
/aosp_15_r20/tools/netsim/rust/daemon/src/wifi/
H A Dhostapd_cf.rs22 pub struct Hostapd {} struct
23 impl Hostapd { impl
44 pub fn hostapd_run(_opt: ProtoHostapdOptions, _tx: mpsc::Sender<Bytes>) -> anyhow::Result<Hostapd> { in hostapd_run()
H A Dhostapd.rs22 pub fn hostapd_run(_opt: ProtoHostapdOptions, tx: mpsc::Sender<Bytes>) -> anyhow::Result<Hostapd> { in hostapd_run()
/aosp_15_r20/tools/netsim/rust/hostapd-rs/tests/
H A Dintegration_test.rs40 fn terminate_hostapd(hostapd: &Hostapd) { in terminate_hostapd()
71 fn test_start(hostapd: &mut Hostapd) { in test_start()
77 fn test_terminate(hostapd: &Hostapd) { in test_terminate()
123 fn test_get_and_set_ssid(hostapd: &mut Hostapd, receiver: &mpsc::Receiver<Bytes>) { in test_get_and_set_ssid()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd.py34 class Hostapd(object): class
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/
H A Dwifi.rs55 hostapd: hostapd::Hostapd, in new()
/aosp_15_r20/external/wpa_supplicant_8/hostapd/aidl/
H A Dhostapd.cpp1094 Hostapd::Hostapd(struct hapd_interfaces* interfaces) in Hostapd() function in aidl::android::hardware::wifi::hostapd::Hostapd