Home
last modified time | relevance | path

Searched refs:MAX_SSID_SIZE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/wifi/include/vfsdev/
A Dwifi_dev.h26 #define MAX_SSID_SIZE 32 macro
223 uint8_t ssid[MAX_SSID_SIZE + 1]; /**< SSID of AP */
240 uint8_t ssid[MAX_SSID_SIZE + 1]; /* SSID of AP */
300 char ssid[MAX_SSID_SIZE + 1]; /* SSID of the wlan needs to be connected. */
/AliOS-Things-master/components/netmgr/include/
A Dnetmgr_wifi.h69 #define MAX_SSID_SIZE 32 macro
73 #define MAX_SSID_LEN (MAX_SSID_SIZE+1)
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port.c323 uint8_t ssid[MAX_SSID_SIZE + 1] = {0}; in haas200_wifi_connect()
387 char essid[MAX_SSID_SIZE + 1]; in haas200_wifi_disconnect()
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_wifi.c972 …contain_chinese) && (0 != string_convert((uint8_t *)config->gbk_ssid, MAX_SSID_SIZE, (uint8_t *)co… in read_config_value()
2369 …if((0 != contain_chinese) && (0 != string_convert(gbk_ssid, MAX_SSID_SIZE, (uint8_t*)ssid, strlen(… in netmgr_wifi_connect()

Completed in 13 milliseconds