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 …]
838 __le16 key_flags; member
260 __le16 key_flags; member443 __le16 key_flags; member
2907 __le16 key_flags; in iwl_mvm_send_sta_key() local2921 key_flags = cpu_to_le16(keyidx); in iwl_mvm_send_sta_key()2922 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_KEY_MAP); in iwl_mvm_send_sta_key()2926 key_flags |= cpu_to_le16(STA_KEY_FLG_TKIP); in iwl_mvm_send_sta_key()2946 key_flags |= cpu_to_le16(STA_KEY_FLG_CCM); in iwl_mvm_send_sta_key()2952 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_13BYTES); in iwl_mvm_send_sta_key()2955 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP); in iwl_mvm_send_sta_key()2959 key_flags |= cpu_to_le16(STA_KEY_FLG_KEY_32BYTES); in iwl_mvm_send_sta_key()2962 key_flags |= cpu_to_le16(STA_KEY_FLG_GCMP); in iwl_mvm_send_sta_key()2968 key_flags |= cpu_to_le16(STA_KEY_FLG_EXT); in iwl_mvm_send_sta_key()[all …]
3248 __le16 key_flags = 0; in il4965_set_wep_dynamic_key_info() local3255 key_flags |= (STA_KEY_FLG_WEP | STA_KEY_FLG_MAP_KEY_MSK); in il4965_set_wep_dynamic_key_info()3256 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_wep_dynamic_key_info()3257 key_flags &= ~STA_KEY_FLG_INVALID; in il4965_set_wep_dynamic_key_info()3260 key_flags |= STA_KEY_FLG_KEY_SIZE_MSK; in il4965_set_wep_dynamic_key_info()3263 key_flags |= STA_KEY_MULTICAST_MSK; in il4965_set_wep_dynamic_key_info()3277 key_flags & STA_KEY_FLG_ENCRYPT_MSK) == STA_KEY_FLG_NO_ENC) in il4965_set_wep_dynamic_key_info()3286 il->stations[sta_id].sta.key.key_flags = key_flags; in il4965_set_wep_dynamic_key_info()3302 __le16 key_flags = 0; in il4965_set_ccmp_dynamic_key_info() local3307 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
4906 __le32 key_flags; member4925 u32 key_flags; member
2011 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_tlv_op_gen_vdev_install_key()
7002 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_op_gen_vdev_install_key()
228 .key_flags = flags, in ath10k_send_key()