LoginSignup
1
1

More than 5 years have passed since last update.

ダブルクリックすると飛んでるWi-Fiの認証/暗号方式を一覧表示してくれるだけのコマンドファイルを作成する

Last updated at Posted at 2016-04-11
wifi-check.command
#!/bin/bash
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -s

Macだと拡張子が.commandであるファイルはダブルクリックで中身のshellを実行できます。

スクリーンショット 2016-04-11 11.15.14.png

これをダブルクリックすると

SSID BSSID             RSSI CHANNEL HT CC SECURITY (auth/unicast/group)
<YOUR SSID NAME> 10:6f:3f:8f:7e:e0 -48  11,-1   Y  -- WPA(PSK/AES,TKIP/TKIP) WPA2(PSK/AES,TKIP/TKIP) 

のように表示されます。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1