Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6895687
  • 博文数量: 3857
  • 博客积分: 6409
  • 博客等级: 准将
  • 技术积分: 15948
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-02 16:48
个人简介

迷彩 潜伏 隐蔽 伪装

文章分类

全部博文(3857)

文章存档

2017年(5)

2016年(63)

2015年(927)

2014年(677)

2013年(807)

2012年(1241)

2011年(67)

2010年(7)

2009年(36)

2008年(28)

分类: LINUX

2013-11-05 18:01:25

#
# This will give you a minimal, insecure wireless network.
#
# DO NOT BE SATISFIED WITH THAT!!!
#
# A complete, well commented example configuration file is
# available here:
#
#       /usr/share/doc/hostapd-2.0/hostapd.conf
#
# For more information, look here:
#
#       http://wireless.kernel.org/en/users/Documentation/hostapd
#


ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel


# Some usable default settings...
macaddr_acl=0
auth_algs=3
ignore_broadcast_ssid=0


# Uncomment these for base WPA & WPA2 support with a pre-shared key
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP


# DO NOT FORGET TO SET A WPA PASSPHRASE!!
wpa_passphrase=AKCWDDSS21152


# Most modern wireless drivers in the kernel need driver=nl80211
driver=nl80211




# Customize these for your local configuration...
interface=wlan0
hw_mode=g
channel=7
ssid=CMCC
logger_stdout=-1
logger_stdout_level=2
max_num_sta=5

阅读(716) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~