Searched refs:key_flags (Results 1 – 13 of 13) sorted by relevance
1087 __le16 key_flags; in iwlagn_send_sta_key() local1095 key_flags = cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in iwlagn_send_sta_key()1096 key_flags |= STA_KEY_FLG_MAP_KEY_MSK; in iwlagn_send_sta_key()1100 key_flags |= STA_KEY_FLG_CCMP; in iwlagn_send_sta_key()1104 key_flags |= STA_KEY_FLG_TKIP; in iwlagn_send_sta_key()1111 key_flags |= STA_KEY_FLG_KEY_SIZE_MSK; in iwlagn_send_sta_key()1114 key_flags |= STA_KEY_FLG_WEP; in iwlagn_send_sta_key()1123 key_flags |= STA_KEY_MULTICAST_MSK; in iwlagn_send_sta_key()1128 sta_cmd.key.key_flags = key_flags; in iwlagn_send_sta_key()1162 __le16 key_flags; in iwl_remove_dynamic_key() local[all …]
833 __le16 key_flags; member
542 u8 key_flags; member564 u8 key_flags; member631 return gtk->key_flags & IWL_WOWLAN_GTK_IDX_MASK; in iwlmvm_wowlan_gtk_idx()
262 __le16 key_flags; member445 __le16 key_flags; member
2371 __le16 key_flags; in __iwl_mvm_remove_sta_key() local2379 key_flags = cpu_to_le16((keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in __iwl_mvm_remove_sta_key()2381 key_flags |= cpu_to_le16(STA_KEY_FLG_NO_ENC | STA_KEY_FLG_WEP_KEY_MAP); in __iwl_mvm_remove_sta_key()2382 key_flags |= cpu_to_le16(STA_KEY_NOT_VALID); in __iwl_mvm_remove_sta_key()2385 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in __iwl_mvm_remove_sta_key()2391 u.cmd.common.key_flags = key_flags; in __iwl_mvm_remove_sta_key()3200 __le16 key_flags; in iwl_mvm_send_sta_key() local3214 key_flags = cpu_to_le16(keyidx); in iwl_mvm_send_sta_key()3215 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_KEY_MAP); in iwl_mvm_send_sta_key()3219 key_flags |= cpu_to_le16(STA_KEY_FLG_TKIP); in iwl_mvm_send_sta_key()[all …]
1578 status->gtk[0].key_flags = v6->gtk.key_index | BIT(7); in iwl_mvm_send_wowlan_get_status()
3232 __le16 key_flags = 0; in il4965_set_wep_dynamic_key_info() local3239 key_flags |= (STA_KEY_FLG_WEP | STA_KEY_FLG_MAP_KEY_MSK); in il4965_set_wep_dynamic_key_info()3240 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_wep_dynamic_key_info()3241 key_flags &= ~STA_KEY_FLG_INVALID; in il4965_set_wep_dynamic_key_info()3244 key_flags |= STA_KEY_FLG_KEY_SIZE_MSK; in il4965_set_wep_dynamic_key_info()3247 key_flags |= STA_KEY_MULTICAST_MSK; in il4965_set_wep_dynamic_key_info()3261 key_flags & STA_KEY_FLG_ENCRYPT_MSK) == STA_KEY_FLG_NO_ENC) in il4965_set_wep_dynamic_key_info()3270 il->stations[sta_id].sta.key.key_flags = key_flags; in il4965_set_wep_dynamic_key_info()3286 __le16 key_flags = 0; in il4965_set_ccmp_dynamic_key_info() local3291 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK); in il4965_set_ccmp_dynamic_key_info()[all …]
121 __le16 key_flags = 0; in il3945_set_ccmp_dynamic_key_info() local124 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK); in il3945_set_ccmp_dynamic_key_info()125 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il3945_set_ccmp_dynamic_key_info()128 key_flags |= STA_KEY_MULTICAST_MSK; in il3945_set_ccmp_dynamic_key_info()132 key_flags &= ~STA_KEY_FLG_INVALID; in il3945_set_ccmp_dynamic_key_info()142 key_flags & STA_KEY_FLG_ENCRYPT_MSK) == STA_KEY_FLG_NO_ENC) in il3945_set_ccmp_dynamic_key_info()151 il->stations[sta_id].sta.key.key_flags = key_flags; in il3945_set_ccmp_dynamic_key_info()187 il->stations[sta_id].sta.key.key_flags = STA_KEY_FLG_NO_ENC; in il3945_clear_sta_key_info()
900 __le16 key_flags; member
5003 __le32 key_flags; member5022 u32 key_flags; member
2208 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_tlv_op_gen_vdev_install_key()
7208 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_op_gen_vdev_install_key()
234 .key_flags = flags, in ath10k_send_key()