HomeSort by relevance Sort by last modified time
    Searched full:wifi_system (Results 26 - 48 of 48) sorted by null

12

  /frameworks/opt/net/wifi/libwifi_system_iface/include/wifi_system/
interface_tool.h 25 namespace wifi_system { namespace in namespace:android
51 } // namespace wifi_system
  /system/connectivity/wificond/
server.h 25 #include <wifi_system/interface_tool.h>
26 #include <wifi_system/supplicant_manager.h>
47 Server(std::unique_ptr<wifi_system::InterfaceTool> if_tool,
48 std::unique_ptr<wifi_system::SupplicantManager> supplicant_man,
49 std::unique_ptr<wifi_system::HostapdManager> hostapd_man,
118 const std::unique_ptr<wifi_system::InterfaceTool> if_tool_;
119 const std::unique_ptr<wifi_system::SupplicantManager> supplicant_manager_;
120 const std::unique_ptr<wifi_system::HostapdManager> hostapd_manager_;
client_interface_impl.h 24 #include <wifi_system/interface_tool.h>
66 android::wifi_system::InterfaceTool* if_tool,
90 android::wifi_system::InterfaceTool* const if_tool_;
main.cpp 32 #include <wifi_system/interface_tool.h>
42 using android::wifi_system::HostapdManager;
43 using android::wifi_system::InterfaceTool;
44 using android::wifi_system::SupplicantManager;
ap_interface_impl.cpp 27 using android::wifi_system::HostapdManager;
28 using android::wifi_system::InterfaceTool;
server.cpp 38 using android::wifi_system::HostapdManager;
39 using android::wifi_system::InterfaceTool;
40 using android::wifi_system::SupplicantManager;
ap_interface_binder.cpp 20 #include <wifi_system/hostapd_manager.h>
client_interface_impl.cpp 37 using android::wifi_system::InterfaceTool;
  /system/connectivity/wificond/tests/
mock_client_interface_impl.h 31 android::wifi_system::InterfaceTool*,
server_unittest.cpp 33 using android::wifi_system::HostapdManager;
34 using android::wifi_system::InterfaceTool;
35 using android::wifi_system::MockHostapdManager;
36 using android::wifi_system::MockInterfaceTool;
37 using android::wifi_system::MockSupplicantManager;
38 using android::wifi_system::SupplicantManager;
ap_interface_impl_unittest.cpp 31 using android::wifi_system::HostapdManager;
32 using android::wifi_system::MockHostapdManager;
33 using android::wifi_system::MockInterfaceTool;
client_interface_impl_unittest.cpp 29 using android::wifi_system::MockInterfaceTool;
scanner_unittest.cpp 38 using ::android::wifi_system::MockInterfaceTool;
  /frameworks/opt/net/wifi/libwifi_system/
supplicant_manager.cpp 17 #include "wifi_system/supplicant_manager.h"
32 namespace wifi_system { namespace in namespace:android
121 } // namespace wifi_system
  /frameworks/opt/net/wifi/libwifi_system_iface/
interface_tool.cpp 17 #include "wifi_system/interface_tool.h"
31 namespace wifi_system { namespace in namespace:android
137 } // namespace wifi_system
  /packages/apps/Test/connectivity/sl4n/facades/wifi/
wifi_facade.cpp 33 #include <wifi_system/hal_tool.h>
34 #include <wifi_system/interface_tool.h>
54 android::wifi_system::InterfaceTool if_tool;
56 android::wifi_system::HalTool hal_tool;
  /system/connectivity/wificond/tests/integration/
client_interface_test.cpp 22 #include <wifi_system/interface_tool.h>
30 using android::wifi_system::InterfaceTool;
ap_interface_test.cpp 21 #include <wifi_system/interface_tool.h>
30 using android::wifi_system::InterfaceTool;
  /hardware/interfaces/wifi/hostapd/1.0/vts/functional/
hostapd_hidl_test_utils.cpp 24 #include <wifi_system/hostapd_manager.h>
25 #include <wifi_system/interface_tool.h>
43 using ::android::wifi_system::HostapdManager;
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_hidl_test_utils.cpp 25 #include <wifi_system/interface_tool.h>
26 #include <wifi_system/supplicant_manager.h>
50 using ::android::wifi_system::InterfaceTool;
51 using ::android::wifi_system::SupplicantManager;
  /hardware/interfaces/wifi/1.2/default/
wifi_sta_iface.h 24 #include <wifi_system/interface_tool.h>
160 wifi_system::InterfaceTool iface_tool_;
wifi_legacy_hal.h 26 #include <wifi_system/interface_tool.h>
381 wifi_system::InterfaceTool iface_tool_;
  /frameworks/opt/net/wifi/libwifi_hal/
hal_tool.cpp 22 namespace wifi_system { namespace in namespace:android
582 } // namespace wifi_system

Completed in 1881 milliseconds

12