We can join an 1131 AP, and bring up a WLAN

data channel is currently missing
This commit is contained in:
2022-09-01 23:09:33 +02:00
parent 5ed35979cd
commit 27506fa788
9 changed files with 149 additions and 20 deletions

View File

@ -89,7 +89,7 @@ void cw_cfg_del(cw_Cfg_t * cfg, const char *key);
int cw_cfg_get_first_index(cw_Cfg_t * cfg, const char *key, int n);
int cw_cfg_get_first_index_l(cw_Cfg_t ** cfgs, const char *key, int n);
uint16_t cw_cfg_get_int(cw_Cfg_t * cfg, const char *key, int def);
int cw_cfg_get_int(cw_Cfg_t * cfg, const char *key, int def);