| uint32_t QcaFrmCreateHeader( | buffer, | |
| length ); | 
uint8_t * buffer;uint16_t length;Encode buffer with the required SPI header and overall frame length.
| uint32_t QcaFrmCreateFooter( | buffer ); | 
uint8_t * buffer;Encode buffer with the required SPI footer.
| void QcaFrmFsmInit( | frmHdl ); | 
QcaFrmHdl * frmHdl;Initialize the state machine used to decode the incoming QCA7000 byte stream.