Home
last modified time | relevance | path

Searched refs:STA_KEY_FLG_KEYID_POS (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h134 STA_KEY_FLG_KEYID_POS = 8, enumerator
135 STA_KEY_FLG_KEYID_MSK = (3 << STA_KEY_FLG_KEYID_POS),
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dsta.c1091 key_flags = cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in iwlagn_send_sta_key()
1186 key_flags = cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in iwl_remove_dynamic_key()
H A Dcommands.h758 #define STA_KEY_FLG_KEYID_POS 8 macro
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h874 #define STA_KEY_FLG_KEYID_POS 8 macro
H A D4965-mac.c3237 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_wep_dynamic_key_info()
3289 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_ccmp_dynamic_key_info()
3334 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_tkip_dynamic_key_info()
3419 keyidx = (key_flags >> STA_KEY_FLG_KEYID_POS) & 0x3; in il4965_remove_dynamic_key()