Searched refs:AP_IFNAME (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_ap_iface_test.cpp | 25 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 D | wifi_sta_iface_test.cpp | 26 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 D | wifi_hostapd_hal.c | 60 #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 D | wifi_hdi_wpa_proxy.c | 58 #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 D | hdi_hostapd_hal.c | 61 #define AP_IFNAME "wlan0" macro 695 ret = SetCommandHwHisi(AP_IFNAME, "AP_SET_CFG", SOFTAP_MAX_BUFFER_SIZE, dataBuf); in SetApMaxConnHw()
|