Home | History | Annotate | Download | only in Connection_Managment

Lines Matching refs:replayCnt

724     pAdmCtrl->replayCnt = wpa2Data.ptkReplayCounters;
1146 TI_UINT16 replayCnt;
1155 switch (pAdmCtrl->replayCnt)
1157 case 1: replayCnt=0;
1159 case 2: replayCnt=1;
1161 case 4: replayCnt=2;
1163 case 16: replayCnt=3;
1165 default: replayCnt=0;
1169 capabilities |= replayCnt << WPA2_PTK_REPLAY_COUNTERS_CAPABILITY_SHIFT;
1170 capabilities |= replayCnt << WPA2_GTK_REPLAY_COUNTERS_CAPABILITY_SHIFT;