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
2862 __le16 key_flags; in iwl_mvm_send_sta_key() local2876 key_flags = cpu_to_le16(keyidx); in iwl_mvm_send_sta_key()2877 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_KEY_MAP); in iwl_mvm_send_sta_key()2881 key_flags |= cpu_to_le16(STA_KEY_FLG_TKIP); in iwl_mvm_send_sta_key()2901 key_flags |= cpu_to_le16(STA_KEY_FLG_CCM); in iwl_mvm_send_sta_key()2907 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_13BYTES); in iwl_mvm_send_sta_key()2910 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP); in iwl_mvm_send_sta_key()2914 key_flags |= cpu_to_le16(STA_KEY_FLG_KEY_32BYTES); in iwl_mvm_send_sta_key()2917 key_flags |= cpu_to_le16(STA_KEY_FLG_GCMP); in iwl_mvm_send_sta_key()2923 key_flags |= cpu_to_le16(STA_KEY_FLG_EXT); in iwl_mvm_send_sta_key()[all …]
264 __le16 key_flags; member447 __le16 key_flags; member
3251 __le16 key_flags = 0; in il4965_set_wep_dynamic_key_info() local3258 key_flags |= (STA_KEY_FLG_WEP | STA_KEY_FLG_MAP_KEY_MSK); in il4965_set_wep_dynamic_key_info()3259 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_wep_dynamic_key_info()3260 key_flags &= ~STA_KEY_FLG_INVALID; in il4965_set_wep_dynamic_key_info()3263 key_flags |= STA_KEY_FLG_KEY_SIZE_MSK; in il4965_set_wep_dynamic_key_info()3266 key_flags |= STA_KEY_MULTICAST_MSK; in il4965_set_wep_dynamic_key_info()3280 key_flags & STA_KEY_FLG_ENCRYPT_MSK) == STA_KEY_FLG_NO_ENC) in il4965_set_wep_dynamic_key_info()3289 il->stations[sta_id].sta.key.key_flags = key_flags; in il4965_set_wep_dynamic_key_info()3305 __le16 key_flags = 0; in il4965_set_ccmp_dynamic_key_info() local3310 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
4759 __le32 key_flags; member4778 u32 key_flags; member
1848 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_tlv_op_gen_vdev_install_key()
6435 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_op_gen_vdev_install_key()
226 .key_flags = flags, in ath10k_send_key()