mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
wireless/wapi: add textual flag of WAPI_ESSID_DELAY_ON
Add the `WAPI_ESSID_DELAY_ON` member of the `wapi_essid_flag_e` enum to its textual counterpart in `g_wapi_essid_flags`. This enables `wapi`'s usage to describe it properly.
This commit is contained in:
parent
bfd4cbc743
commit
f1557dafd3
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ FAR const char *g_wapi_essid_flags[] =
|
|||
{
|
||||
"WAPI_ESSID_OFF",
|
||||
"WAPI_ESSID_ON",
|
||||
"WAPI_ESSID_DELAY_ON",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue