码迷,mamicode.com
首页 > 其他好文 > 详细

hostapd 和 wap_supplicant

时间:2017-08-24 15:00:39      阅读:295      评论:0      收藏:0      [点我收藏+]

标签:wap   point   drive   处理   802.1x   multi   bin   comm   ant   

hostapd : user space daemon for access points, including, e.g., IEEE 802.1X/WPA/EAP Authenticator for number of Linux and BSD drivers, RADIUS client, integrated EAP server, and RADIUS authentication server

直译为: AP侧进程,包含:如 linux和BSD 驱动中的802.1x/WPA/EAP认证功能,RADIUS客户端,整合了EAP服务器和RADIUS认证服务器。

也就是说,hostapd是一个AP侧使用的进程,它的功能包含了802.1x、RADIUS认证等的处理。

 

wpa_supplicant:  user space IEEE 802.1X/WPA supplicant (wireless client) for number of Linux, BSD, and Windows drivers

直译为: 用户空间802.1x/WPA请求者(无线client端),适用于linux /BSD/Windows驱动

也就是说,wpa_supplicant是一个client侧使用的进程,它包含了802.1x、WPA的请求工作。

 

wpad is a hostapd + wpa_supplicant multicall binary

wpad是 包含了hostapd 和 wpa_supplicant 的合体。wpad 的使用如下:

root@hbg:/# wpad -h
Invalid command.
Usage: wpad wpa_supplicant|hostapd [<arguments>]

后面先加 wpa_supplicant 或 hostapd,然后再跟参数。

 

hostapd 和 wap_supplicant

标签:wap   point   drive   处理   802.1x   multi   bin   comm   ant   

原文地址:http://www.cnblogs.com/rohens-hbg/p/7422828.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!