Searched refs:getChannelMeasResult (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_vdi/ |
H A D | wlan_extend_cmd_vdi.h | 27 int32_t (*getChannelMeasResult)(struct IWlanInterface *self, const char *ifName,
member
|
H A D | wlan_extend_cmd.c | 102 ret = g_wlanExtendVdiImpl->getChannelMeasResult(self, ifName, measChannelResult);
in WlanInterfaceGetChannelMeasResult()
|
/drivers/peripheral/wlan/hdi_service/service_extend/service_extend_direct/ |
H A D | wlan_extend_cmd.c | 61 ret = g_wifi->getChannelMeasResult(ifName, (struct MeasResult *)measChannelResult);
in WlanInterfaceGetChannelMeasResult()
|
/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal.h | 257 * @brief Start channel measurement(asynchronous interface, need call getChannelMeasResult to 281 int32_t (*getChannelMeasResult)(const char *ifName, struct MeasResult *measResult); member
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 653 singleWifiInstance.getChannelMeasResult = WifiGetChannelMeasResult; in WifiConstruct()
|
/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 2068 ret = g_wifi->getChannelMeasResult(nullptr, &measChannelResult); 2070 ret = g_wifi->getChannelMeasResult(ifName, nullptr); 2072 ret = g_wifi->getChannelMeasResult(ifName, &measChannelResult);
|
Completed in 6 milliseconds