Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-12692
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Oct 20, 2023
1 parent f077fb7 commit 1dfc478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RADIUS_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ namespace OpenWifi::RADIUS {
P_.identifier = std::rand() & 0x00ff;
MakeRadiusAuthenticator(P_.authenticator);
unsigned char MessageAuthenticator[16]{0};
// AddAttribute(RADIUS::Attributes::PROXY_STATE, 6, (const unsigned char *)"status" );
AddAttribute(RADIUS::Attributes::PROXY_STATE, 6, (const unsigned char *)"status" );
AddAttribute(RADIUS::Attributes::MESSAGE_AUTHENTICATOR, sizeof(MessageAuthenticator),
MessageAuthenticator);
// int PktLen = 1 + 1 + 2 + 16 + 1 + 1 + 16 ;
Expand Down

0 comments on commit 1dfc478

Please sign in to comment.