Home
last modified time | relevance | path

Searched refs:AP_IFNAME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_ap_iface_test.cpp25 const std::string AP_IFNAME = "wlan1"; variable
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);
74 apIface->RemoveInstance(AP_IFNAME);
80 EXPECT_TRUE(name == AP_IFNAME);
H A Dwifi_sta_iface_test.cpp26 const std::string AP_IFNAME = "wlan1"; variable
42 testIface = new (std::nothrow) WifiStaIface(AP_IFNAME, wifiVendorHalTest, ifaceUtil); in SetUp()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H A Dwifi_hostapd_hal.c60 #define AP_IFNAME "wlan0" macro
106 if (memcpy_s(g_apIfaceName, IFACENAME_LEN, AP_IFNAME, sizeof(AP_IFNAME)) != EOK) { in InitCfg()
716 ret = SetCommandHwHisi(AP_IFNAME, "AP_SET_CFG", SOFTAP_MAX_BUFFER_SIZE, dataBuf); in SetApMaxConnHw()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_proxy.c58 #define AP_IFNAME "wlan0" macro
810 || strcpy_s(g_apIfaceName, IFACENAME_LEN, AP_IFNAME) != EOK in SetHdiApIfaceName()
/ohos5.0/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()