Searched defs:Hostapd (Results 1 – 7 of 7) sorted by relevance
98 pub struct Hostapd { struct112 impl Hostapd { argument448 impl Drop for Hostapd { implementation
22 pub struct Hostapd {} struct23 impl Hostapd { impl44 pub fn hostapd_run(_opt: ProtoHostapdOptions, _tx: mpsc::Sender<Bytes>) -> anyhow::Result<Hostapd> { in hostapd_run()
22 pub fn hostapd_run(_opt: ProtoHostapdOptions, tx: mpsc::Sender<Bytes>) -> anyhow::Result<Hostapd> { in hostapd_run()
40 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()
34 class Hostapd(object): class
55 hostapd: hostapd::Hostapd, in new()
1094 Hostapd::Hostapd(struct hapd_interfaces* interfaces) in Hostapd() function in aidl::android::hardware::wifi::hostapd::Hostapd