Home
last modified time | relevance | path

Searched refs:GROUP_NUMBER (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/
A Dawss_smartconfig.c43 return (len - GROUP_FRAME) * GROUP_NUMBER; in get_group_index()
97 if (len < GROUP_NUMBER) { in zconfig_get_data_len()
98 return GROUP_NUMBER; in zconfig_get_data_len()
263 dump_hex(&tmp[0], package_num, GROUP_NUMBER); in zconfig_get_ssid_passwd()
265 dump_hex(&buf[0], package_num, GROUP_NUMBER); in zconfig_get_ssid_passwd()
515 zc_group_pos = i * GROUP_NUMBER; in is_hint_frame()
699 guess_pos = (zconfig_get_data_len() / GROUP_NUMBER) * GROUP_NUMBER; in try_to_sync_pos()
718 } else if (max_match <= GROUP_NUMBER) { in try_to_sync_pos()
726 match_end = GROUP_NUMBER; in try_to_sync_pos()
753 if (match_end != GROUP_NUMBER) { in try_to_sync_pos()
[all …]
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/
A Dzconfig_protocol.h72 (GROUP_FRAME + MAX_PKG_NUMS / GROUP_NUMBER) /* exclusive */
73 #define GROUP_NUMBER (8) macro
75 #define ZC_GRP_PKT_IDX_END (ZC_GRP_PKT_IDX_START + GROUP_NUMBER - 1)
108 struct package tmp_pkg[2][GROUP_NUMBER + 1];

Completed in 6 milliseconds