Other Parts Discussed in Thread: CC3235SF, CC3220SF
One feature I would like to get to work is to have the WiFi hub/switch recognize a customer-given device name of the CC3235SF. This way, customers can correlate the device name to the device rather than simply relying on the MAC address. For example, a person can give a name to a PC, and the hub will recognize it and associate it with the MAC address.
Right now I am setting the device's names as follows:
sl_NetAppSet(SL_NETAPP_DEVICE_ID, SL_NETAPP_DEVICE_URN, name_length, name);
sl_NetAppSet(SL_NETAPP_DEVICE_ID, SL_NETAPP_DEVICE_NAME, name_length, name);
This is not doing the trick. I must be missing something. Any help is appreciated. Thanks!