Searched refs:ret_index (Results 1 – 1 of 1) sorted by relevance
2593 u16 typeLen = 0, remainLen = 0, ret_index = 0; in bthci_CmdReadLocalAMPAssoc() local2611 ret_index = 4; in bthci_CmdReadLocalAMPAssoc()2613 typeLen = bthci_AssocMACAddr(padapter, &pRetPar[ret_index]); in bthci_CmdReadLocalAMPAssoc()2616 ret_index += typeLen; in bthci_CmdReadLocalAMPAssoc()2617 typeLen = bthci_AssocPreferredChannelList(padapter, &pRetPar[ret_index], EntryNum); in bthci_CmdReadLocalAMPAssoc()2620 ret_index += typeLen; in bthci_CmdReadLocalAMPAssoc()2621 typeLen = bthci_PALCapabilities(padapter, &pRetPar[ret_index]); in bthci_CmdReadLocalAMPAssoc()2624 ret_index += typeLen; in bthci_CmdReadLocalAMPAssoc()2625 typeLen = bthci_AssocPALVer(padapter, &pRetPar[ret_index]); in bthci_CmdReadLocalAMPAssoc()