Searched refs:sendActionFrame (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_vendor_hal_stubs.cpp | 76 PopulateStubFor(&halFn->sendActionFrame); in InitHalFuncTableWithStubs()
|
H A D | wifi_hal.h | 134 WifiError (*sendActionFrame)(wifiInterfaceHandle handle, uint32_t freq, const std::vector<uint8_t>& frameData); member
|
H A D | wifi_vendor_hal.cpp | 423 return globalFuncTable_.sendActionFrame(GetIfaceHandle(ifaceName), freq, frameData); in SendActionFrame()
|
/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal.h | 365 int32_t (*sendActionFrame)(const char *ifName, uint32_t freq, const uint8_t *frameData, member
|
/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 2225 int32_t rc = g_wifi->sendActionFrame(nullptr, freq, frameData, frameDataLen); 2227 rc = g_wifi->sendActionFrame(ifName, 0, frameData, frameDataLen); 2229 rc = g_wifi->sendActionFrame(ifName, freq, nullptr, frameDataLen); 2231 rc = g_wifi->sendActionFrame(ifName, freq, frameData, 0); 2233 g_wifi->sendActionFrame(ifName, freq, frameData, frameDataLen);
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 659 singleWifiInstance.sendActionFrame = SendActionFrame; in WifiConstruct()
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 1614 if (g_wifi == NULL || g_wifi->sendActionFrame == NULL) {
in WlanInterfaceSendActionFrame() 1615 HDF_LOGE("%{public}s g_wifi or g_wifi->sendActionFrame is NULL!", __func__);
in WlanInterfaceSendActionFrame() 1618 ret = g_wifi->sendActionFrame(ifName, freq, frameData, frameDataLen);
in WlanInterfaceSendActionFrame()
|
Completed in 9 milliseconds