Searched refs:sigMbm (Results 1 - 5 of 5) sorted by relevance
/drivers/hdf_core/framework/include/wifi/ |
H A D | hdf_wifi_event.h | 416 * @param sigMbm Indicates the signal strength (in dBm). 425 int32_t HdfWifiEventRxMgmt(const struct NetDevice *netDev, int32_t freq, int32_t sigMbm,
|
/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wifi_event.c | 350 int32_t HdfWifiEventRxMgmt(const struct NetDevice *netDev, int32_t freq, int32_t sigMbm, const uint8_t *buf, size_t len) in HdfWifiEventRxMgmt() argument 367 !HdfSbufWriteUint32(data, sigMbm) || !HdfSbufWriteBuffer(data, buf, len)) { in HdfWifiEventRxMgmt()
|
/drivers/hdf_core/framework/model/network/wifi/include/ |
H A D | hdf_wifi_cmd.h | 174 int32_t sigMbm; member
|
/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_event_adapter.c | 72 if (!HdfSbufReadInt32(reqData, &rxMgmt.sigMbm)) { in WifiEventRxMgmtProcess() 73 HDF_LOGE("%s: fail to get sigMbm", __FUNCTION__); in WifiEventRxMgmtProcess()
|
/drivers/peripheral/wlan/client/include/ |
H A D | wifi_driver_client.h | 135 int32_t sigMbm; member
|
Completed in 6 milliseconds