wok annotate hostapd/description.txt @ rev 25028

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 19 17:04:56 2022 +0000 (2022-05-19)
parents
children
rev   line source
Hans-G?nter@24646 1 Hostapd is a user space daemon for access point and authentication
Hans-G?nter@24646 2 servers.
Hans-G?nter@24646 3 It implements IEEE 802.11 access point management,
Hans-G?nter@24646 4 IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server,
Hans-G?nter@24646 5 and RADIUS authentication server.
Hans-G?nter@24646 6 The current version supports Linux (Host AP, madwifi, mac80211-based
Hans-G?nter@24646 7 drivers) and FreeBSD (net80211).
Hans-G?nter@24646 8
Hans-G?nter@24646 9 hostapd is designed to be a "daemon" program that runs in the
Hans-G?nter@24646 10 background and acts as the backend component controlling authentication.
Hans-G?nter@24646 11 Hostapd supports separate frontend programs and an example text-based
Hans-G?nter@24646 12 frontend, hostapd_cli, is included with hostapd.