Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added BSSID scan result #425

Closed
wants to merge 7 commits into from
Closed

Added BSSID scan result #425

wants to merge 7 commits into from

Commits on May 24, 2015

  1. Added BSSID scan result

    Sample output:
    ```
    GOOD DAY, WIFI TESTER AT YOUR SERVICE!!!
    WIFI_SCAN:;checking command: WIFI_SCAN:;
    SCAN_START
    xxx,-73,0x08:0x0F:0x0E:0x0D:0x03:0x04
    kenken,-45,0x0C:0x05:0x02:0x01:0x06:0x02
    xxx,-76,0x06:0x06:0x09:0x03:0x0C:0x05
    xxxxxx,-76,0x02:0x00:0x0F:0x02:0x06:0x09
    xxxx,-58,0x00:0x0C:0x06:0x0C:0x09:0x02
    SCAN_STOP
    ```
    kennethlimcp committed May 24, 2015
    Copy the full SHA
    7996e8c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2015

  1. Improved callback

    - check for NULL results
    - list BSSID first for nice formatting
    - use ":" for mac octet
    kennethlimcp committed May 25, 2015
    Copy the full SHA
    f930978 View commit details
    Browse the repository at this point in the history
  2. missing space

    kennethlimcp committed May 25, 2015
    Copy the full SHA
    e854dd4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Copy the full SHA
    23d08f7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. Copy the full SHA
    5c3ee37 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2015

  1. Copy the full SHA
    a0ec673 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2015

  1. set IWDG_SYSTEM_RESET to 0

    - currently not used even in the new core bootloader
    - prevents breathing white state when using SEMI_AUTO/MANUAL
    kennethlimcp committed May 31, 2015
    Copy the full SHA
    c7fe10d View commit details
    Browse the repository at this point in the history