Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DapConn.c180 …TI_UINT32 vsIElength; /**< Length of vendor specific info-element for assoc … member
522 pAPConnection->vsIElength = 0; in apConn_SetDefaults()
930 pAPConnection->vsIElength = request->dataBufLength; in apConn_connectToAP()
1548 if (pAPConnection->vsIElength > 0) in apConn_getVendorSpecificIE()
1550 *len = pAPConnection->vsIElength; in apConn_getVendorSpecificIE()
1551 … os_memoryCopy(pAPConnection->hOs, pRequest, pAPConnection->vsIEbuf, pAPConnection->vsIElength); in apConn_getVendorSpecificIE()
1726 pAPConnection->vsIElength = 0; in apConn_smConnectedToNewAP()
1801 pAPConnection->vsIElength = 0; in apConn_smStopConnection()
2160 pAPConnection->vsIElength = 0; in apConn_smReportConnFail()