Home
last modified time | relevance | path

Searched refs:out_buf_length (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Drsn.h212 TI_STATUS rsn_getGenInfoElement(rsn_t *pRsn, TI_UINT8 *out_buff, TI_UINT32 *out_buf_length);
Drsn.c2351 TI_STATUS rsn_getGenInfoElement(rsn_t *pRsn, TI_UINT8 *out_buff, TI_UINT32 *out_buf_length) in rsn_getGenInfoElement() argument
2353 if ( !(pRsn && out_buff && out_buf_length) ) { in rsn_getGenInfoElement()
2357 *out_buf_length = pRsn->genericIE.length; in rsn_getGenInfoElement()