Home
last modified time | relevance | path

Searched refs:dataBufLength (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DapConnApi.h212 TI_UINT32 dataBufLength; /** (Optional) length of attached buffer */ member
228 TI_UINT32 dataBufLength; /** (Optional) length of attached buffer */ member
DapConn.c705 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_registerRoamMngrCallb()
927 if (request->dataBufLength > 0) in apConn_connectToAP()
930 pAPConnection->vsIElength = request->dataBufLength; in apConn_connectToAP()
1680 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_smStartWaitingForTriggers()
1741 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_smConnectedToNewAP()
1900 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_smRetainAP()
2169 reportStatus.dataBufLength = param.content.assocReqBuffer.bufferSize; in apConn_smReportConnFail()
/hardware/ti/wlan/wl1271/stad/src/Application/
DroamingMngr_manualSM.c227 request.dataBufLength = 0; in roamingMngr_smScanToConnected()
DroamingMngr_autoSM.c513 requestToApConn.dataBufLength = 0; in roamingMngr_smHandover()
/hardware/ti/wlan/wl1271/Test/
DroamingMgrDebug.c183 targetAP.connRequest.dataBufLength = 0; in roamingMgrDebugFunction()