Searched refs:GetIsChipSupportDfsChannel (Results 1 – 4 of 4) sorted by relevance
146 EXPECT_TRUE(GetIsChipSupportDfsChannel(NULL) == WIFI_HAL_FAILED);147 EXPECT_TRUE(GetIsChipSupportDfsChannel(&support) == WIFI_HAL_SUCCESS);
165 WifiErrorNo GetIsChipSupportDfsChannel(int *support);
183 WifiErrorNo GetIsChipSupportDfsChannel(int *support) in GetIsChipSupportDfsChannel() function
380 WifiErrorNo err = GetIsChipSupportDfsChannel(&support); in RpcIsChipSupportDfsChannel()