Skip to content

Commit

Permalink
[wireless] add pmksa get IOCTL id
Browse files Browse the repository at this point in the history
Signed-off-by: meijian <[email protected]>
  • Loading branch information
Meissi-jian committed Aug 21, 2024
1 parent 9e4b783 commit b6abda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/nuttx/wireless/wireless.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@

/* WPA2 : PMKSA cache management */

#define SIOCSIWPMKSA _WLIOC(0x0036) /* PMKSA cache operation */
#define SIOCSIWPMKSA _WLIOC(0x0036) /* set PMKSA cache */
#define SIOCGIWPMKSA _WLIOC(0x0037) /* get PMKSA cache */

/* -------------------- DEV PRIVATE IOCTL LIST -------------------- */

Expand Down

0 comments on commit b6abda5

Please sign in to comment.