mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
xtensa/esp32: Support esp32 wireless ioctl cmd
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
ca05ff5ffb
commit
f54aef9977
@@ -268,6 +268,12 @@
|
||||
|
||||
#define IW_MAX_FREQUENCIES 32 /* Max. frequencies in struct iw_range */
|
||||
|
||||
/* ESSID flags */
|
||||
|
||||
#define IW_ESSID_OFF 0 /* Disconnect with access point */
|
||||
#define IW_ESSID_ON 1 /* Connect with access point */
|
||||
#define IW_ESSID_DELAY_ON 2 /* Delay the connection behavior of essid */
|
||||
|
||||
/* Transmit Power flags available */
|
||||
|
||||
#define IW_TXPOW_TYPE 0x00ff /* Type of value */
|
||||
|
||||
Reference in New Issue
Block a user