Skip to content

Commit

Permalink
CC3220: Enterprise auth support
Browse files Browse the repository at this point in the history
CL: wifi: CC3220: Enterprise auth support

PUBLISHED_FROM=ce445eb5b740073c9a3f9811f1acd404ce134f2e
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Dec 19, 2018
1 parent e59d0b8 commit 641a970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mongoose.h
Expand Up @@ -1531,7 +1531,7 @@ int sl_set_ssl_opts(int sock, struct mg_connection *nc);

#endif /* SL_MAJOR_VERSION_NUM < 2 */

int slfs_open(const unsigned char *fname, uint32_t flags);
int slfs_open(const unsigned char *fname, uint32_t flags, uint32_t *token);

#endif /* MG_NET_IF == MG_NET_IF_SIMPLELINK */

Expand Down

0 comments on commit 641a970

Please sign in to comment.