Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/
A Dconnect_ap.c11 uint8_t bssid_len, uint8_t *token_in, uint8_t token_len, in awss_complete_token() argument
16 if (token_len != 0 && token_len < 16 && token_in != NULL) { in awss_complete_token()
27 memcpy(buff + org_token_len, token_in, token_len); in awss_complete_token()
38 } else if (token_len == AWSS_TOKEN_LEN && token_in != NULL) { in awss_complete_token()
39 memcpy(token_out, token_in, AWSS_TOKEN_LEN); in awss_complete_token()
A Dconnect_ap.h16 uint8_t bssid_len, uint8_t *token_in, uint8_t token_len,

Completed in 3 milliseconds