Searched refs:sEncryption (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_profile.c161 ENCSTRCT sEncryption; local
201 memset(&sEncryption, 0, sizeof(sEncryption));
203 wl_wep_decode(CRYPT_CODE, &sEncryption,
213 sEncryption.wEnabled = wvlan_config->EnableEncryption;
214 sEncryption.wTxKeyID = wvlan_config->TransmitKeyID - 1;
216 memcpy(&sEncryption.EncStr, &wvlan_config->DefaultKeys,
221 wl_wep_code(CRYPT_CODE, wvlan_config->szEncryption, &sEncryption,
222 sizeof(sEncryption));
226 wl_wep_decode(CRYPT_CODE, &sEncryption, wvlan_confi
[all...]
H A Dwl_priv.c572 ENCSTRCT sEncryption; local
1006 wl_wep_decode( CRYPT_CODE, &sEncryption,
1016 lp->TransmitKeyID = sEncryption.wTxKeyID + 1;
1017 lp->EnableEncryption = sEncryption.wEnabled;
1019 memcpy( &lp->DefaultKeys, &sEncryption.EncStr,

Completed in 42 milliseconds