- ThinkPad X230 では、こんな感じ
[kazu@foerster:4 ~]$ lsmod | grep wifi
iwlwifi 166761 0
mac80211 192806 1 iwlwifi
cfg80211 137243 2 mac80211,iwlwifi
- mac80211 は、hostapd のサポート対象になっているようだ。
- 取り敢えず、hostapd 本家 から DL した hostapd.conf を使ってみる。
- 実行
root@foerster:/etc/hostapd# /usr/sbin/hostapd /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Using interface wlan0 with hwaddr 64:80:99:7a:1e:7c and ssid 'test'
取り敢えず、動いているらしい...
- SSID の書き換え
$ vi /etc/hostapd/hostapd.conf [RETURN]
# SSID to be used in IEEE 802.11 management frames
ssid=hogehoge ←適切な SSID に書き換える