WiFIアクセスポイントをステルスAP設定している人向け。
MACアドレスフィルタリングしている人向け。
1.ルーターにMACアドレスを登録する。
2.ラズパイにステルスAPの設定をする。
以下のものが表示されるはず。
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=JP
これの下に打つのは
network={
ssid="自分のWiFiのSSIDを入力"
scan_ssid=1
psk= 暗号化されたpassphraseを入力
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
}
参照したもの
- RaspberryPiでWPA-PSKのWiFiに接続する方法: https://qiita.com/teao26/items/970a721b5351e4c9918c
- ラズパイをWPA2とAESに接続: http://lime-piko.blog.jp/archives/11502644.html
- Setting up a wireless LAN via the command line: https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
- Raspberry Pi ステルスSSIDへの接続方法: https://qiita.com/minatomirai21/items/6397ba560626f09fe42b
- WiFi data encryption AES and WAP2: https://www.raspberrypi.org/forums/viewtopic.php?t=50312