NX_WEB_HTTP_DONT_AUTHENTICATE is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_WEB_HTTP_DONT_AUTHENTICATE

NX_WEB_HTTP_DONT_AUTHENTICATE macro

Syntax

#define NX_WEB_HTTP_DONT_AUTHENTICATE 0x30003

References

LocationText
nx_web_http_common.h:121
#define NX_WEB_HTTP_DONT_AUTHENTICATE 0x30003 /* HTTP authentication not needed */
nx_web_http_server.c:3700
if ((status != NX_WEB_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS))
nx_web_http_server.c:4233
if ((status != NX_WEB_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS))
nx_web_http_server.c:4692
if ((status != NX_WEB_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS))