# vintage_net_wifi v0.12.8 - Table of Contents

WiFi networking for VintageNet

## Pages

- [README](readme.md)
- [Changelog](changelog.md)

## Modules

- [VintageNetWiFi](VintageNetWiFi.md): WiFi support for VintageNet
- [VintageNetWiFi.AccessPoint](VintageNetWiFi.AccessPoint.md): Information about a WiFi access point
- [VintageNetWiFi.BSSIDRequester](VintageNetWiFi.BSSIDRequester.md): Request access point information asynchronously
- [VintageNetWiFi.Cookbook](VintageNetWiFi.Cookbook.md): Recipes for common WiFi network configurations
- [VintageNetWiFi.Event](VintageNetWiFi.Event.md): WiFi events.
- [VintageNetWiFi.MeshPeer](VintageNetWiFi.MeshPeer.md): Information about a WiFi mesh peer
- [VintageNetWiFi.MeshPeer.Capabilities](VintageNetWiFi.MeshPeer.Capabilities.md): Capabilities supported by a mesh node
- [VintageNetWiFi.MeshPeer.FormationInformation](VintageNetWiFi.MeshPeer.FormationInformation.md): * `connected_to_as`:
  true if the Authentication Protocol Identifier is set to 2.
  (indicating IEEE 802.1X authentication) and the station has an
  active connection to an AS
* `number_of_peerings`:
  indicates the mnumber of mesh peerings currently maintained
  but the station or 63, whichever is smaller
* `connected_to_mesh_gate`:
  true if the station has a mesh path to the mesh gate that announces
  it's presence using GANN, RANN or PREQ elements

- [VintageNetWiFi.SignalInfo](VintageNetWiFi.SignalInfo.md): Information about active connection signal levels
- [VintageNetWiFi.Utils](VintageNetWiFi.Utils.md): Various utility functions for handling WiFi information

- [VintageNetWiFi.WPA2](VintageNetWiFi.WPA2.md): WPA2 preshared key calculations
- [VintageNetWiFi.WPASupplicant](VintageNetWiFi.WPASupplicant.md): Control a wpa_supplicant instance for an interface.

- [VintageNetWiFi.WPASupplicantLL](VintageNetWiFi.WPASupplicantLL.md): This modules provides a low-level interface for interacting with the `wpa_supplicant`
- [VintageNetWiFi.WPSData](VintageNetWiFi.WPSData.md): Utilities for handling WPS data

