Reputation: 39
I have an application capable of creating a wifi direct group with a custom group SSID and password, but it works with normal WPA2. How to enable WPA3 security with P2P group in Android programmatically, is it possible? Are there other possibilities available?
Could you please help
Thanks in advance.
I have checked the official website but I'm not getting any sample or guidance. https://developer.android.com/reference/android/net/wifi/p2p/WifiP2pManager
Upvotes: -1
Views: 113
Reputation: 42754
According to the API documentation there is only WPA2 support:
Wi-Fi Direct supports WPA2 encryption. (Some ad-hoc networks support only WEP encryption.)
https://developer.android.com/develop/connectivity/wifi/wifi-direct
Upvotes: 1