Searched refs:HI_WIFI_MAX_SSID_LEN (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_wifi_api.h | 165 #define HI_WIFI_MAX_SSID_LEN 32 macro 507 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /**< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 520 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /**< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 538 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /**< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 563 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /**< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 584 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /**< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 672 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /**< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 710 unsigned char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /**< SSID. CNcomment: SSID 只支持ASCII字符.CNend */
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_wifi_api.h | 179 #define HI_WIFI_MAX_SSID_LEN 32 macro 486 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /* *< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 499 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /* *< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 517 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /* *< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 540 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /* *< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 561 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /* *< SSID. CNcomment: SSID 只支持ASCII字符.CNend */ 659 char ssid[HI_WIFI_MAX_SSID_LEN + 1]; /* *< SSID. CNcomment: SSID 只支持ASCII字符.CNend */
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_wifi.c | 72 if (strlen(argv[0]) > HI_WIFI_MAX_SSID_LEN * 4 + 3) { /* ssid length should less than 32*4+3 */ in ssid_prefix_scan() 76 if (strlen(argv[0]) > HI_WIFI_MAX_SSID_LEN + 2) { /* ssid length should less than 32+2 */ in ssid_prefix_scan() 86 if ((scan_params.ssid_len > HI_WIFI_MAX_SSID_LEN) || (scan_params.ssid_len == 0)) { in ssid_prefix_scan() 90 rc = memcpy_s(scan_params.ssid, HI_WIFI_MAX_SSID_LEN + 1, tmp, strlen(tmp) + 1); in ssid_prefix_scan() 198 hi_char ssid_str[HI_WIFI_MAX_SSID_LEN * 4 + 3]; /* ssid length should less 32*4+3 */ in cmd_wpa_scan_results() 231 ret = sprintf_s(ssid_str, HI_WIFI_MAX_SSID_LEN * 4 + 3, "P\"%s\"", tmp); /* ssid len should less 32*4+3 */ in cmd_wpa_scan_results() 233 ret = sprintf_s(ssid_str, HI_WIFI_MAX_SSID_LEN * 4 + 3, "%s", results[ul_loop].ssid); /* less 32*4+3 */ in cmd_wpa_scan_results() 389 if (strlen(argv[0]) > HI_WIFI_MAX_SSID_LEN * 4 + 3) { /* ssid length should less than 32*4+3 */ in cmd_sta_connect_get_ssid() 393 if (strlen(argv[0]) > HI_WIFI_MAX_SSID_LEN + 2) { /* ssid length should less than 32+2 */ in cmd_sta_connect_get_ssid() 403 if ((ssid_len > HI_WIFI_MAX_SSID_LEN) || (ssid_le in cmd_sta_connect_get_ssid() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | wifi_softap.c | 64 rc = memcpy_s(hapd_conf.ssid, HI_WIFI_MAX_SSID_LEN + 1, "Hisilicon", 9); /* 9:ssid length */ in hi_wifi_start_softap()
|
H A D | wifi_sta.c | 79 rc = memcpy_s(assoc_req.ssid, HI_WIFI_MAX_SSID_LEN + 1, "Hisilicon", 9); /* 9:ssid length */ in hi_wifi_start_connect()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
H A D | wifi_device.c | 229 hisiEvent->info.wifi_connected.ssid, HI_WIFI_MAX_SSID_LEN + 1); in DispatchConnectEvent() 599 cpyErr = memcpy_s(result[i].ssid, WIFI_MAX_SSID_LEN, pstResults[i].ssid, HI_WIFI_MAX_SSID_LEN + 1); in GetScanInfoList() 883 int cpyErr = memcpy_s(result->ssid, WIFI_MAX_SSID_LEN, connectStatus.ssid, HI_WIFI_MAX_SSID_LEN + 1); in GetLinkedInfo()
|
H A D | wifi_hotspot.c | 106 int cpyErr = memcpy_s(hapdConf.ssid, WIFI_MAX_SSID_LEN, g_wifiApConfig.ssid, HI_WIFI_MAX_SSID_LEN + 1); in EnableHotspot()
|
Completed in 9 milliseconds