Skip to content

Commit

Permalink
more correcting of less-than and greater-than for web consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
deekayw0n committed Mar 6, 2017
1 parent 414cf00 commit 4121e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,8 +6,8 @@ Connect to a specific wifi network, based off BSSID (mac address of Access Point
============
usage: ./Build/Release/airport-bssid <ifname> [<bssid>] [<password>]

- Connect to specific wireless network on <ifname> interface, provided by the access point with <bssid> and password <password>.
- Connect to specific wireless network on &lt;ifname&gt; interface, provided by the access point with &lt;bssid&gt; and password &lt;password&gt;.

- If <bssid> and <password> are excluded, a scan of wireless networks from <ifname> interface is performed and a list of wireless networks are returned with ssid, bssid, channel, and signal strength details.
- If &lt;bssid&gt; and &lt;password&gt; are excluded, a scan of wireless networks from &lt;ifname&gt; interface is performed and a list of wireless networks are returned with ssid, bssid, channel, and signal strength details.

- Forked from https://github.com/qpSHiNqp/airport-bssid

0 comments on commit 4121e77

Please sign in to comment.