wok-current diff hostapd/description.txt @ rev 25288
libQt5Plugins: removed dependency libQt3Support
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 19 07:28:24 2022 +0100 (2022-07-19) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hostapd/description.txt Tue Jul 19 07:28:24 2022 +0100 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.