Add missing driver entries to wpa_supplicant documentation
There are possible more entries missing but I added only the ones I was actually able to build. Signed-off-by: Benjamin Poirier <bpoirier@nvidia.com>
This commit is contained in:
parent
9122b60ffd
commit
c62e94d793
2 changed files with 16 additions and 0 deletions
|
@ -442,7 +442,9 @@ drivers:
|
|||
nl80211 = Linux nl80211/cfg80211
|
||||
wext = Linux wireless extensions (generic)
|
||||
wired = wpa_supplicant wired Ethernet driver
|
||||
macsec_linux = MACsec Ethernet driver for Linux
|
||||
roboswitch = wpa_supplicant Broadcom switch driver
|
||||
none = no driver (RADIUS server/WPS ER only)
|
||||
bsd = BSD 802.11 support (Atheros, etc.)
|
||||
ndis = Windows NDIS driver
|
||||
|
||||
|
|
|
@ -273,6 +273,13 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>macsec_linux</term>
|
||||
<listitem>
|
||||
<para>MACsec Ethernet driver for Linux</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>roboswitch</term>
|
||||
<listitem>
|
||||
|
@ -280,6 +287,13 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>none</term>
|
||||
<listitem>
|
||||
<para>no driver (RADIUS server/WPS ER only)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>bsd</term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue