Francis_M
Francis_M

Reputation: 39

Can i enable WPA3 security by programatically in android p2p?

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

Answers (1)

Robert
Robert

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

Related Questions