Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/mvm/
Dfw-api-sta.h169 STA_KEY_FLG_KEYID_POS = 8, enumerator
170 STA_KEY_FLG_KEYID_MSK = (3 << STA_KEY_FLG_KEYID_POS),
Dsta.c2609 keyidx = (keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in iwl_mvm_send_sta_key()
2816 key_flags = cpu_to_le16((keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in __iwl_mvm_remove_sta_key()
/drivers/net/wireless/intel/iwlwifi/dvm/
Dsta.c1110 key_flags = cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in iwlagn_send_sta_key()
1203 key_flags = cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in iwl_remove_dynamic_key()
Dcommands.h820 #define STA_KEY_FLG_KEYID_POS 8 macro
/drivers/net/wireless/intel/iwlegacy/
Dcommands.h877 #define STA_KEY_FLG_KEYID_POS 8 macro
D4965-mac.c3257 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_wep_dynamic_key_info()
3309 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_ccmp_dynamic_key_info()
3355 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_tkip_dynamic_key_info()
3440 keyidx = (key_flags >> STA_KEY_FLG_KEYID_POS) & 0x3; in il4965_remove_dynamic_key()
D3945-mac.c141 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il3945_set_ccmp_dynamic_key_info()