Skip to content

Instantly share code, notes, and snippets.

@marcboeker
Created September 4, 2014 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcboeker/4ef03d7f0e24911713c9 to your computer and use it in GitHub Desktop.
Save marcboeker/4ef03d7f0e24911713c9 to your computer and use it in GitHub Desktop.
interface=wlan0
ctrl_interface=/var/run/hostapd
ctrl_interface_group=0
ssid=www.example.com
hw_mode=g
channel=6
beacon_int=100
dtim_period=2
max_num_sta=255
rts_threshold=2347
fragm_threshold=2346
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_psk_file=/etc/hostapd-psk
wpa_pairwise=TKIP CCMP
rsn_pairwise=CCMP
wmm_enabled=1
wmm_ac_bk_cwmin=4
wmm_ac_bk_cwmax=10
wmm_ac_bk_aifs=7
wmm_ac_bk_txop_limit=0
wmm_ac_bk_acm=0
wmm_ac_be_aifs=3
wmm_ac_be_cwmin=4
wmm_ac_be_cwmax=10
wmm_ac_be_txop_limit=0
wmm_ac_be_acm=0
wmm_ac_vi_aifs=2
wmm_ac_vi_cwmin=3
wmm_ac_vi_cwmax=4
wmm_ac_vi_txop_limit=94
wmm_ac_vi_acm=0
wmm_ac_vo_aifs=2
wmm_ac_vo_cwmin=2
wmm_ac_vo_cwmax=3
wmm_ac_vo_txop_limit=47
wmm_ac_vo_acm=0
own_ip_addr=127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment