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
@ -83,6 +83,7 @@ FAR const char *g_wapi_essid_flags[] =
|
||||
{
|
||||
"WAPI_ESSID_OFF",
|
||||
"WAPI_ESSID_ON",
|
||||
"WAPI_ESSID_DELAY_ON",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user