Lines Matching refs:key_flags
1248 __le16 key_flags; in iwl_mvm_send_sta_key() local
1257 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()
1415 __le16 key_flags; in __iwl_mvm_remove_sta_key() local
1419 key_flags = cpu_to_le16((keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in __iwl_mvm_remove_sta_key()
1421 key_flags |= cpu_to_le16(STA_KEY_FLG_NO_ENC | STA_KEY_FLG_WEP_KEY_MAP); in __iwl_mvm_remove_sta_key()
1422 key_flags |= cpu_to_le16(STA_KEY_NOT_VALID); in __iwl_mvm_remove_sta_key()
1425 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in __iwl_mvm_remove_sta_key()
1427 cmd.key_flags = key_flags; in __iwl_mvm_remove_sta_key()