Lines Matching refs:key_flags
2907 __le16 key_flags; in iwl_mvm_send_sta_key() local
2921 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()
2973 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in iwl_mvm_send_sta_key()
2975 key_flags |= cpu_to_le16(STA_KEY_MFP); in iwl_mvm_send_sta_key()
2978 u.cmd.common.key_flags = key_flags; in iwl_mvm_send_sta_key()
3174 __le16 key_flags; in __iwl_mvm_remove_sta_key() local
3182 key_flags = cpu_to_le16((keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in __iwl_mvm_remove_sta_key()
3184 key_flags |= cpu_to_le16(STA_KEY_FLG_NO_ENC | STA_KEY_FLG_WEP_KEY_MAP); in __iwl_mvm_remove_sta_key()
3185 key_flags |= cpu_to_le16(STA_KEY_NOT_VALID); in __iwl_mvm_remove_sta_key()
3188 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in __iwl_mvm_remove_sta_key()
3194 u.cmd.common.key_flags = key_flags; in __iwl_mvm_remove_sta_key()