wok diff hostapd/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (24 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hostapd/description.txt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +Hostapd is a user space daemon for access point and authentication
     1.5 +servers.
     1.6 +It implements IEEE 802.11 access point management,
     1.7 +IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server,
     1.8 +and RADIUS authentication server.
     1.9 +The current version supports Linux (Host AP, madwifi, mac80211-based
    1.10 +drivers) and FreeBSD (net80211).
    1.11 +
    1.12 +hostapd is designed to be a "daemon" program that runs in the
    1.13 +background and acts as the backend component controlling authentication.
    1.14 +Hostapd supports separate frontend programs and an example text-based
    1.15 +frontend, hostapd_cli, is included with hostapd.