Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/
A Dzconfig_vendor_common.c22 struct aws_info { struct
36 } *aws_info; argument
38 #define aws_state (aws_info->state)
45 #define aws_stop (aws_info->stop)
76 if (aws_info) { in zconfig_force_rescan()
457 aws_info = awss_zalloc(sizeof(struct aws_info)); in aws_start()
458 if (!aws_info) { in aws_start()
496 if (aws_info == NULL) { in aws_destroy()
516 if (NULL != aws_info) { in aws_destroy()
517 HAL_Free(aws_info); in aws_destroy()
[all …]

Completed in 3 milliseconds