Searched refs:keyinfo (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/iwlegacy/
H A D3945-mac.c151 il->stations[sta_id].keyinfo.cipher = keyconf->cipher;
152 il->stations[sta_id].keyinfo.keylen = keyconf->keylen;
153 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen);
201 memset(&il->stations[sta_id].keyinfo, 0, sizeof(struct il_hw_key));
370 struct il_hw_key *keyinfo = &il->stations[sta_id].keyinfo; local
374 switch (keyinfo->cipher) {
377 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen);
393 memcpy(&tx_cmd->key[3], keyinfo
[all...]
H A D4965-mac.c3233 il->stations[IL_AP_ID].keyinfo.cipher = keyconf->cipher;
3268 il->stations[sta_id].keyinfo.cipher = keyconf->cipher;
3269 il->stations[sta_id].keyinfo.keylen = keyconf->keylen;
3270 il->stations[sta_id].keyinfo.keyidx = keyconf->keyidx;
3272 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen);
3318 il->stations[sta_id].keyinfo.cipher = keyconf->cipher;
3319 il->stations[sta_id].keyinfo.keylen = keyconf->keylen;
3321 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen);
3366 il->stations[sta_id].keyinfo.cipher = keyconf->cipher;
3367 il->stations[sta_id].keyinfo
[all...]
H A Dcommon.h723 struct il_hw_key keyinfo; member in struct:il_station_entry
/drivers/net/wireless/libertas/
H A Dhost.h816 __le16 keyinfo; member in struct:MrvlIEtype_keyParamSet
H A Dcfg.c1036 cmd.param.keyinfo = cpu_to_le16(key_info);

Completed in 174 milliseconds