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:
Tiago Medicci Serrano 2023-04-27 17:28:37 -03:00 committed by Alan Carvalho de Assis
parent bfd4cbc743
commit f1557dafd3

View File

@ -83,6 +83,7 @@ FAR const char *g_wapi_essid_flags[] =
{
"WAPI_ESSID_OFF",
"WAPI_ESSID_ON",
"WAPI_ESSID_DELAY_ON",
NULL
};