Home | History | Annotate | Download | only in 1.0

Lines Matching refs:Hostapd

17 #include <android/hardware/wifi/hostapd/1.0/IHostapd.h>
24 #include "ap/hostapd.h"
30 namespace hostapd {
35 * Implementation of the hostapd hidl object. This hidl
37 * hostapd.
39 class Hostapd : public V1_0::IHostapd
42 Hostapd(hapd_interfaces* interfaces);
43 ~Hostapd() override = default;
63 DISALLOW_COPY_AND_ASSIGN(Hostapd);
67 } // namespace hostapd