Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dsta.h132 STA_KEY_FLG_KEYID_POS = 8, enumerator
133 STA_KEY_FLG_KEYID_MSK = (3 << STA_KEY_FLG_KEYID_POS),
/openbmc/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.h757 #define STA_KEY_FLG_KEYID_POS 8 macro
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h877 #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()
H A D3945-mac.c125 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il3945_set_ccmp_dynamic_key_info()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c2624 key_flags = cpu_to_le16((keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in __iwl_mvm_remove_sta_key()
3572 keyidx = (key->keyidx << STA_KEY_FLG_KEYID_POS) & in iwl_mvm_send_sta_key()