From 1c4767d834d28fd4d438014cf7beee4433e2fc56 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Fri, 17 Jun 2016 00:54:12 +0200 Subject: [PATCH] doc: Change KnownNetworks network type string for 8021x Change the type returned for 8021x networks from "eap" to "8021x" to unify with the type strings iwd uses for storage and elsewhere. --- doc/knownnetworks-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/knownnetworks-api.txt b/doc/knownnetworks-api.txt index 2936e951..133e1c13 100644 --- a/doc/knownnetworks-api.txt +++ b/doc/knownnetworks-api.txt @@ -19,7 +19,7 @@ Methods aa{sv} ListKnownNetworks() string Type Contains the type of the network. Possible - types are "open", "psk", "eap" + types are "open", "psk", "8021x" (EAP) string LastConnectedTime [optional]