Skip to content

Commit

Permalink
Merge pull request #9 from sanjaynayakk/RDKBDEV-2733
Browse files Browse the repository at this point in the history
RDKBDEV-2733: Update platform_hal.h with PPP username and password APIs.
  • Loading branch information
guto86 authored Aug 20, 2024
2 parents 47e8c9d + 1317463 commit 2ae5d90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/platform_hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,9 @@ INTF_STATS, *PINTF_STATS;
*/
INT platform_hal_GetInterfaceStats(const char *ifname,PINTF_STATS pIntfStats);

INT platform_hal_GetPppUserName(CHAR* pUserName, ULONG maxSize);
INT platform_hal_GetPppPassword(CHAR* pPassword, ULONG maxSize);

#ifdef __cplusplus
}
#endif
Expand Down

1 comment on commit 2ae5d90

@GoutamD2905
Copy link
Contributor

Choose a reason for hiding this comment

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

These APIs should be Properly Document with Doxygen Format

Please sign in to comment.