feat(wps): optimization wps code

This commit is contained in:
Chen Wen
2019-09-17 17:42:54 +08:00
parent 0a7d44c858
commit 62cc5052fe
9 changed files with 2 additions and 139 deletions

View File

@ -691,8 +691,6 @@ typedef int (*esp_wps_is_selected_pin_registrar_t)(const void *msg, unsigned cha
*/
typedef int (*esp_wps_is_selected_pbc_registrar_t)(const void *msg, unsigned char *bssid);
/**
* @brief The crypto callback function structure used when do station security connect.
* The structure can be set as software crypto or the crypto optimized by ESP32
@ -750,7 +748,6 @@ typedef struct{
esp_eap_msg_alloc_t eap_msg_alloc;
}wps_crypto_funcs_t;
#ifdef __cplusplus
}
#endif