Home
last modified time | relevance | path

Searched refs:GetIsChipSupportDfsChannel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_chip_interface_test.cpp146 EXPECT_TRUE(GetIsChipSupportDfsChannel(NULL) == WIFI_HAL_FAILED);
147 EXPECT_TRUE(GetIsChipSupportDfsChannel(&support) == WIFI_HAL_SUCCESS);
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_chip_interface.h165 WifiErrorNo GetIsChipSupportDfsChannel(int *support);
H A Dwifi_hal_chip_interface.c183 WifiErrorNo GetIsChipSupportDfsChannel(int *support) in GetIsChipSupportDfsChannel() function
H A Dwifi_hal_crpc_chip.c380 WifiErrorNo err = GetIsChipSupportDfsChannel(&support); in RpcIsChipSupportDfsChannel()