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

  /hardware/interfaces/wifi/1.1/default/
wifi_ap_iface.cpp 31 WifiApIface::WifiApIface(
36 void WifiApIface::invalidate() {
41 bool WifiApIface::isValid() {
45 Return<void> WifiApIface::getName(getName_cb hidl_status_cb) {
48 &WifiApIface::getNameInternal,
52 Return<void> WifiApIface::getType(getType_cb hidl_status_cb) {
55 &WifiApIface::getTypeInternal,
59 Return<void> WifiApIface::setCountryCode(const hidl_array<int8_t, 2>& code,
63 &WifiApIface::setCountryCodeInternal
    [all...]
wifi_ap_iface.h 35 class WifiApIface : public V1_0::IWifiApIface {
37 WifiApIface(const std::string& ifname,
63 DISALLOW_COPY_AND_ASSIGN(WifiApIface);
wifi_chip.h 194 sp<WifiApIface> ap_iface_;
wifi_chip.cpp 543 ap_iface_ = new WifiApIface(ifname, legacy_hal_);
    [all...]
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 113 android.hardware.wifi@1.0-vts.func_fuzzer.WifiApIface \

Completed in 217 milliseconds