Searched refs:rxSeed (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcoid.c572 // &(wd->ap.staTable[id].rxSeed), KeyRsc);
746 // &wd->sta.rxSeed[keyInfo.keyIndex], keyInfo.initIv);
774 &wd->sta.rxSeed[keyInfo.keyIndex], keyInfo.initIv);
893 &wd->sta.rxSeed[keyInfo.keyIndex], keyInfo.initIv);
917 key = (u32_t*) wd->sta.rxSeed[keyInfo.keyIndex].tk;
921 wd->sta.rxSeed[keyInfo.keyIndex].iv16 = 0;
922 wd->sta.rxSeed[keyInfo.keyIndex].iv32 = 0;
936 //key = (u32_t*) wd->sta.rxSeed[keyInfo.keyIndex].tk;
1022 &wd->sta.rxSeed[keyInfo.keyIndex], keyInfo.initIv);
H A Dctxrx.c2323 struct zsTkipSeed *rxSeed; local
2327 rxSeed = zfStaGetRxSeed(dev, buf);
2329 if (rxSeed == NULL)
2331 zm_debug_msg0("rxSeed is NULL");
2345 zfTkipPhase1KeyMix(iv32, rxSeed);
2346 zfTkipPhase2KeyMix(iv16, rxSeed);
2347 zfTkipGetseeds(iv16, RC4Key, rxSeed);
H A Dstruct.h844 struct zsTkipSeed rxSeed[4]; member in struct:zsWlanDevSta
H A Dcmmsta.c5421 return (&wd->sta.rxSeed[keyIndex]);

Completed in 135 milliseconds