I am trying to make a electronic smart lock for my home, the electronic lock (wifi device:TI cc3220sf) will be unlocked by a wifi enabled device (esp32) through the press of a button and a password.
According to my limited knowledge, I am planning to set up esp32 as a client and lock wifi cc3220 as a station.Since it is a lock ,I also want to implement maximum security features like wpa2 enterprise ,encryption,wifi provisioning,end to end security,etc ,most of these security features are supported by both esp32 and cc3220sf but I dont have the knowlegde how to combine these features step by step and at what level which security feature to implement like can wpa2 enterprise and wifi provisioning can even be implemented together, which one to prefer tcp or upd,setting up secure https server.Please guide me how to approach this problem if possible. provide links for reference .