Home
last modified time | relevance | path

Searched refs:AP_IFNAME (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_ap_iface_test.cpp25 const std::string AP_IFNAME = "wlan1"; member
33 std::vector<std::string> instances = {AP_IFNAME}; in SetUp()
39 apIface = new (std::nothrow) WifiApIface(AP_IFNAME, instances, wifiVendorHalTest, ifaceUtil); in SetUp()
73 EXPECT_TRUE(apIface->GetName() == AP_IFNAME); in HWTEST_F()
74 apIface->RemoveInstance(AP_IFNAME); in HWTEST_F()
80 EXPECT_TRUE(name == AP_IFNAME); in HWTEST_F()
H A Dwifi_sta_iface_test.cpp26 const std::string AP_IFNAME = "wlan1"; member
42 testIface = new (std::nothrow) WifiStaIface(AP_IFNAME, wifiVendorHalTest, ifaceUtil); in SetUp()
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.c61 #define AP_IFNAME "wlan0" macro
695 ret = SetCommandHwHisi(AP_IFNAME, "AP_SET_CFG", SOFTAP_MAX_BUFFER_SIZE, dataBuf); in SetApMaxConnHw()

Completed in 4 milliseconds