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

Add support for esp32 network driver scanning for access points #1165

Open
wants to merge 3 commits into
base: release-0.6
Choose a base branch
from

Commits on Aug 19, 2024

  1. Correct the type name for db() to dbm()

    Corrects the type name db() to the more correct `dbm()`, and adds a brief
    edoc explanation for the value.
    
    Signed-off-by: Winford <[email protected]>
    UncleGrumpy committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a85b928 View commit details
    Browse the repository at this point in the history
  2. Add network:wifi_scan/0,1 to esp32 network driver

    Adds the ability for devices configured for sta or ap+sta to scan for available access points. With
    no arguments the default maximum results returned is 6. All default options can be configured in the
    `sta_config()` section of the configuration used to start the network driver, or set in the
    configuration parameter of `network:wifi_scan/1`.
    
    Signed-off-by: Winford <[email protected]>
    UncleGrumpy committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fa81341 View commit details
    Browse the repository at this point in the history
  3. Document new wifi functions in Network Programmers Guide

    Adds documentation for `network:wifi_scan/0,1` and updates details for
    `network:sta_rssi/0`, as well as better organizing the sub sections that these
    commands are documented in.
    
    Signed-off-by: Winford <[email protected]>
    UncleGrumpy committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d0a4ea5 View commit details
    Browse the repository at this point in the history