Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDKB-58489: Add AES+GCMP EncryptionMethod to TR-181 #154

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

takahawk
Copy link

Reason for change: making it possible to use GCMP encryption method

Test Procedure: set Device.WiFi.AccessPoint.1.Security.X_CISCO_COM_EncryptionMethod to "AES+GCMP" (e.g. by using dmcli command)

Risks: Low
Priority: P1

@CLAassistant
Copy link

CLAassistant commented Feb 21, 2025

CLA assistant check
All committers have signed the CLA.

Reason for change: making it possible to use GCMP encryption method
Test Procedure: set Device.WiFi.AccessPoint.1.Security.X_CISCO_COM_EncryptionMethod to "AES+GCMP" (e.g. by using dmcli command)

Risks: Low
Priority: P1
@takahawk takahawk force-pushed the feature/add-aes-gcmp-encryption-method branch from 68a3af6 to 6b2f6a2 Compare February 21, 2025 19:44
Comment on lines 190 to 201
<<<<<<< ours
{ wifi_encryption_none, "NONE" },
{ wifi_encryption_tkip, "TKIP" },
{ wifi_encryption_aes, "AES" },
{ wifi_encryption_aes_tkip, "AES+TKIP" }
=======
{ wifi_encryption_none, "NONE" },
{ wifi_encryption_tkip, "TKIP" },
{ wifi_encryption_aes, "AES" },
{ wifi_encryption_aes_tkip, "AES+TKIP" },
{ wifi_encryption_aes_gcmp256, "AES+GCMP" }
>>>>>>> theirs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolve merge conflict

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks

Comment on lines 220 to 231
<<<<<<< ours
{ wifi_encryption_none, "NONE" },
{ wifi_encryption_tkip, "TKIP" },
{ wifi_encryption_aes, "AES" },
{ wifi_encryption_aes_tkip, "AES+TKIP" }
=======
{ wifi_encryption_none, "NONE" },
{ wifi_encryption_tkip, "TKIP" },
{ wifi_encryption_aes, "AES" },
{ wifi_encryption_aes_tkip, "AES+TKIP" },
{ wifi_encryption_aes_gcmp256, "AES+GCMP" }
>>>>>>> theirs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolve merge conflict. Choose theirs as final code change.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks

@takahawk takahawk requested a review from gsathish86 February 25, 2025 12:50
Copy link
Contributor

@gsathish86 gsathish86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any platform support for AES + GCMP. Is there any requirement came for this Jira ?
Before approving the code, I am trying to understand to the context of adding stub alone for this TR181 combination.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants