Home
last modified time | relevance | path

Searched refs:il_wep_key (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/intel/iwlegacy/
Dcommands.h1101 struct il_wep_key { struct
1115 struct il_wep_key key[0]; argument
D4965-mac.c3144 sizeof(struct il_wep_key) * WEP_KEYS_MAX]; in il4965_static_wepkey_cmd()
3157 cmd_size + (sizeof(struct il_wep_key) * WEP_KEYS_MAX)); in il4965_static_wepkey_cmd()
3176 cmd_size += sizeof(struct il_wep_key) * WEP_KEYS_MAX; in il4965_static_wepkey_cmd()
3204 memset(&il->_4965.wep_keys[idx], 0, sizeof(struct il_wep_key)); in il4965_remove_default_wep_key()
Dcommon.h1371 struct il_wep_key wep_keys[WEP_KEYS_MAX];