Searched refs:token_in (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ |
A D | connect_ap.c | 11 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 D | connect_ap.h | 16 uint8_t bssid_len, uint8_t *token_in, uint8_t token_len,
|
Completed in 2 milliseconds