Searched refs:key_flags (Results 1 – 11 of 11) sorted by relevance
1102 __le16 key_flags; in iwlagn_send_sta_key() local1110 key_flags = cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in iwlagn_send_sta_key()1111 key_flags |= STA_KEY_FLG_MAP_KEY_MSK; in iwlagn_send_sta_key()1115 key_flags |= STA_KEY_FLG_CCMP; in iwlagn_send_sta_key()1119 key_flags |= STA_KEY_FLG_TKIP; in iwlagn_send_sta_key()1126 key_flags |= STA_KEY_FLG_KEY_SIZE_MSK; in iwlagn_send_sta_key()1129 key_flags |= STA_KEY_FLG_WEP; in iwlagn_send_sta_key()1138 key_flags |= STA_KEY_MULTICAST_MSK; in iwlagn_send_sta_key()1143 sta_cmd.key.key_flags = key_flags; in iwlagn_send_sta_key()1177 __le16 key_flags; in iwl_remove_dynamic_key() local[all …]
843 __le16 key_flags; member
1248 __le16 key_flags; in iwl_mvm_send_sta_key() local1257 key_flags = cpu_to_le16(keyidx); in iwl_mvm_send_sta_key()1258 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_KEY_MAP); in iwl_mvm_send_sta_key()1262 key_flags |= cpu_to_le16(STA_KEY_FLG_TKIP); in iwl_mvm_send_sta_key()1269 key_flags |= cpu_to_le16(STA_KEY_FLG_CCM); in iwl_mvm_send_sta_key()1273 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_13BYTES); in iwl_mvm_send_sta_key()1276 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP); in iwl_mvm_send_sta_key()1280 key_flags |= cpu_to_le16(STA_KEY_FLG_EXT); in iwl_mvm_send_sta_key()1285 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in iwl_mvm_send_sta_key()1288 cmd.key_flags = key_flags; in iwl_mvm_send_sta_key()[all …]
244 __le16 key_flags; member330 __le16 key_flags; member
3249 __le16 key_flags = 0; in il4965_set_wep_dynamic_key_info() local3256 key_flags |= (STA_KEY_FLG_WEP | STA_KEY_FLG_MAP_KEY_MSK); in il4965_set_wep_dynamic_key_info()3257 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_wep_dynamic_key_info()3258 key_flags &= ~STA_KEY_FLG_INVALID; in il4965_set_wep_dynamic_key_info()3261 key_flags |= STA_KEY_FLG_KEY_SIZE_MSK; in il4965_set_wep_dynamic_key_info()3264 key_flags |= STA_KEY_MULTICAST_MSK; in il4965_set_wep_dynamic_key_info()3278 key_flags & STA_KEY_FLG_ENCRYPT_MSK) == STA_KEY_FLG_NO_ENC) in il4965_set_wep_dynamic_key_info()3287 il->stations[sta_id].sta.key.key_flags = key_flags; in il4965_set_wep_dynamic_key_info()3303 __le16 key_flags = 0; in il4965_set_ccmp_dynamic_key_info() local3308 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK); in il4965_set_ccmp_dynamic_key_info()[all …]
137 __le16 key_flags = 0; in il3945_set_ccmp_dynamic_key_info() local140 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK); in il3945_set_ccmp_dynamic_key_info()141 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il3945_set_ccmp_dynamic_key_info()144 key_flags |= STA_KEY_MULTICAST_MSK; in il3945_set_ccmp_dynamic_key_info()148 key_flags &= ~STA_KEY_FLG_INVALID; in il3945_set_ccmp_dynamic_key_info()158 key_flags & STA_KEY_FLG_ENCRYPT_MSK) == STA_KEY_FLG_NO_ENC) in il3945_set_ccmp_dynamic_key_info()167 il->stations[sta_id].sta.key.key_flags = key_flags; in il3945_set_ccmp_dynamic_key_info()203 il->stations[sta_id].sta.key.key_flags = STA_KEY_FLG_NO_ENC; in il3945_clear_sta_key_info()
900 __le16 key_flags; member
4374 __le32 key_flags; member4393 u32 key_flags; member
1821 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_tlv_op_gen_vdev_install_key()
6012 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_op_gen_vdev_install_key()
172 .key_flags = flags, in ath10k_send_key()