HomeSort by relevance Sort by last modified time
    Searched refs:HostapdManager (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/net/wifi/libwifi_system/include/wifi_system/
hostapd_manager.h 28 class HostapdManager {
36 HostapdManager() = default;
37 virtual ~HostapdManager() = default;
70 DISALLOW_COPY_AND_ASSIGN(HostapdManager);
71 }; // class HostapdManager
  /frameworks/opt/net/wifi/libwifi_system/tests/
hostapd_manager_unittest.cpp 47 HostapdManager::EncryptionType encryption_type) {
48 return HostapdManager().CreateHostapdConfig(
80 HostapdManager::EncryptionType::kOpen);
86 HostapdManager::EncryptionType::kWpa);
95 HostapdManager::EncryptionType::kWpa2);
103 string config = HostapdManager().CreateHostapdConfig(
108 HostapdManager::EncryptionType::kOpen,
115 string config = HostapdManager().CreateHostapdConfig(
120 HostapdManager::EncryptionType::kOpen,
  /system/connectivity/wificond/
ap_interface_binder.cpp 24 using android::wifi_system::HostapdManager;
68 HostapdManager::EncryptionType encryption_type;
71 encryption_type = HostapdManager::EncryptionType::kOpen;
74 encryption_type = HostapdManager::EncryptionType::kWpa;
77 encryption_type = HostapdManager::EncryptionType::kWpa2;
ap_interface_impl.h 47 wifi_system::HostapdManager* hostapd_manager);
59 wifi_system::HostapdManager::EncryptionType encryption_type,
70 wifi_system::HostapdManager* const hostapd_manager_;
ap_interface_impl.cpp 27 using android::wifi_system::HostapdManager;
34 using EncryptionType = android::wifi_system::HostapdManager::EncryptionType;
45 HostapdManager* hostapd_manager)
main.cpp 43 using android::wifi_system::HostapdManager;
151 unique_ptr<HostapdManager>(new HostapdManager()),
server.h 48 std::unique_ptr<wifi_system::HostapdManager> hostapd_man,
103 const std::unique_ptr<wifi_system::HostapdManager> hostapd_manager_;
server.cpp 38 using android::wifi_system::HostapdManager;
60 unique_ptr<HostapdManager> hostapd_manager,
  /frameworks/opt/net/wifi/libwifi_system/testlib/include/wifi_system_test/
mock_hostapd_manager.h 26 class MockHostapdManager : public HostapdManager {
  /frameworks/opt/net/wifi/libwifi_system/
hostapd_manager.cpp 80 bool HostapdManager::StartHostapd() {
94 bool HostapdManager::StopHostapd() {
106 bool HostapdManager::WriteHostapdConfig(const string& config) {
129 string HostapdManager::CreateHostapdConfig(
  /system/connectivity/wificond/tests/
ap_interface_impl_unittest.cpp 30 using android::wifi_system::HostapdManager;
122 HostapdManager::EncryptionType::kWpa2,
server_unittest.cpp 32 using android::wifi_system::HostapdManager;
117 unique_ptr<HostapdManager>(hostapd_manager_),

Completed in 204 milliseconds