Home | History | Annotate | Download | only in Connection_Managment

Lines Matching refs:replayCnt

386 TI_UINT16 admCtrlWpa_buildCapabilities(TI_UINT16 replayCnt);
576 if (pAdmCtrl->replayCnt==1)
601 pWpaIePacket->capabilities = ENDIAN_HANDLE_WORD(admCtrlWpa_buildCapabilities(pAdmCtrl->replayCnt));
853 pAdmCtrl->replayCnt = wpaData.replayCounters;
1291 TI_UINT16 admCtrlWpa_buildCapabilities(TI_UINT16 replayCnt)
1298 switch (replayCnt)
1300 case 1: replayCnt=0;
1302 case 2: replayCnt=1;
1304 case 4: replayCnt=2;
1306 case 16: replayCnt=3;
1308 default: replayCnt=0;
1312 capabilities |= replayCnt << WPA_REPLAY_COUNTERS_CAPABILITY_SHIFT;