gs2200m: Add function to get IWNWID / IWFREQ / IWSENS information
Summary: - This commit enables gs2200m application to get IWNWID/IWFREQ/IWSENS information Impact: - Affects gs2200m only Testing: - Tested with spresense:wifi
This commit is contained in:
parent
e6e435572b
commit
0f4ad7dc5f
@ -42,6 +42,7 @@
|
||||
#include <net/if.h>
|
||||
|
||||
#include <nuttx/net/usrsock.h>
|
||||
#include <nuttx/wireless/wireless.h>
|
||||
#include <nuttx/wireless/gs2200m.h>
|
||||
|
||||
/****************************************************************************
|
||||
@ -1518,6 +1519,9 @@ static int ioctl_request(int fd, FAR struct gs2200m_s *priv,
|
||||
{
|
||||
case SIOCGIFADDR:
|
||||
case SIOCGIFHWADDR:
|
||||
case SIOCGIWNWID:
|
||||
case SIOCGIWFREQ:
|
||||
case SIOCGIWSENS:
|
||||
getreq = true;
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user