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.
This commit is contained in:
Andrew Zaborowski 2016-06-17 00:54:12 +02:00 committed by Denis Kenzior
parent c2c0680a25
commit 1c4767d834
1 changed files with 1 additions and 1 deletions

View File

@ -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]