Home
last modified time | relevance | path

Searched defs:ifNames (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_base_feature.c93 static int32_t GetIfNamesByChipIdInner(const uint8_t chipId, char **ifNames, uint32_t *num) in GetIfNamesByChipIdInner()
159 static int32_t HalGetIfNamesByChipId(const uint8_t chipId, char **ifNames, uint32_t *num) in HalGetIfNamesByChipId()
H A Dwifi_hal_cmd.c249 int32_t HalCmdGetIfNamesByChipId(const uint8_t chipId, char **ifNames, uint32_t *num) in HalCmdGetIfNamesByChipId()
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp127 char ifNames[IFNAMSIZ] = {0}; in FuzzGetNetworkIfaceName() local
184 char ifNames[IFNAMSIZ] = {0}; in FuzzGetIfNamesByChipId() local
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp321 char ifNames[IFNAMSIZ] = {0}; variable
340 char ifNames[IFNAMSIZ] = {0}; variable
H A Dwlan_hdi_hal_services_c_test.cpp146 char ifNames[IFNAMSIZ] = {0}; variable
297 char ifNames[IFNAMSIZ] = {0}; variable
1094 char ifNames[IFNAMSIZ] = {0}; variable
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_utils.c232 char *ifNames = NULL; in HdfWlanGetIfNames() local
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_callback_stub.cpp168 std::vector<std::string> ifNames; variable
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c282 char *ifNames = NULL; in HdfWlanDeinitInterfaces() local
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c604 static int32_t GetIfNames(struct HdfSBuf *reply, char **ifNames, uint32_t *num) in GetIfNames()
639 int32_t GetIfNamesByChipId(const uint8_t chipId, char **ifNames, uint32_t *num) in GetIfNamesByChipId()
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp509 char *ifNames = nullptr; variable
1228 char *ifNames = nullptr; variable
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp344 char *ifNames = nullptr; variable
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c1168 char *ifNames = NULL; in WifiCmdGetIfNamesByChipId() local
1208 char *ifNames = NULL; in WifiResetEntranceCheck() local
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1486 int32_t GetIfNamesByChipId(const uint8_t chipId, char **ifNames, uint32_t *num) in GetIfNamesByChipId()