diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/wifi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/wifi.c b/plugins/wifi.c index efaceff7..ec0846d4 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -894,6 +894,7 @@ static GSupplicantSSID *ssid_ap_init(const char *ssid, const char *passphrase) ap->passphrase = NULL; } else { ap->security = G_SUPPLICANT_SECURITY_PSK; + ap->protocol = G_SUPPLICANT_PROTO_RSN; ap->pairwise_cipher = G_SUPPLICANT_PAIRWISE_CCMP; ap->group_cipher = G_SUPPLICANT_GROUP_CCMP; ap->passphrase = passphrase; |