where can I find the complete macro list that can used in wifi_config_dct.h

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
YoLi_2201496
Level 1
Level 1
First like given

such as

CONFIG_AP_SSID

CLIENT_AP_SSID

CONFIG_NETWORK_IP_HOSTNAME

...

can somebody give me a complete list?

I'm using sdk 4.0.1

Thanks,

Li, Yongfeng

0 Likes
1 Solution
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Your question is not clear. The default_wifi_config_dct.h provides all the macros required for Wifi device configuration, softAP mode and STA mode. The relevant macros are read from the DCT when the function wiced_network_up() is called. The macro CONFIG_NETWORK_IP_HOSTNAME does not belong to default_wifi_config_dct.h; it belongs to default_network_config_dct.h to store network configuration. Please explain your requirement in detail.

View solution in original post

1 Reply
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Your question is not clear. The default_wifi_config_dct.h provides all the macros required for Wifi device configuration, softAP mode and STA mode. The relevant macros are read from the DCT when the function wiced_network_up() is called. The macro CONFIG_NETWORK_IP_HOSTNAME does not belong to default_wifi_config_dct.h; it belongs to default_network_config_dct.h to store network configuration. Please explain your requirement in detail.