OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tlv_log
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.cpp
75
tlv_log
* addLoggerTlv(u16 type, u16 length, u8* value,
tlv_log
*pOutTlv)
82
return((
tlv_log
*)((u8 *)pOutTlv + sizeof(
tlv_log
) + length));
85
int add_reason_code_tag(
tlv_log
**tlvs, u16 reason_code)
89
return (sizeof(
tlv_log
) + sizeof(u16));
92
int add_status_tag(
tlv_log
**tlvs, int status)
96
return (sizeof(
tlv_log
) + sizeof(int));
132
tlv_log
*pTlv;
150
tot_len += sizeof(
tlv_log
) + sizeof(pScanCapabilities->request_id)
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
wifi_logger.h
191
} __attribute__((packed))
tlv_log
;
typedef in typeref:struct:__anon48462
195
tlv_log
tlvs[0]; // separate parameter structure per event to be provided and optional data
215
tlv_log
tlvs[0];
Completed in 131 milliseconds