Data Fields | |
uint16_t | version |
see definition of WL_CNT_T_VERSION More... | |
uint16_t | datalen |
length of data including all paddings. More... | |
uint8_t | data [1] |
variable length payload: 1 or more bcm_xtlv_t type of tuples. More... | |
Definition at line 1555 of file whd_wlioctl.h.
uint8_t data[1] |
variable length payload: 1 or more bcm_xtlv_t type of tuples.
each tuple is padded to multiple of 4 bytes. 'datalen' field of this structure includes all paddings.
Definition at line 1559 of file whd_wlioctl.h.
uint16_t datalen |
length of data including all paddings.
Definition at line 1558 of file whd_wlioctl.h.
uint16_t version |
see definition of WL_CNT_T_VERSION
Definition at line 1557 of file whd_wlioctl.h.