View Source VintageNetWizard.APMode (vintage_net_wizard v0.4.10)

This module contains utilities for configuration VintageNet in AP Mode

Link to this section Summary

Functions

Return a configuration to put VintageNet into AP mode

Change the WIFi module to exit AP mode and apply the wifi configs.

Change the WiFi module into access point mode

Return SSID that is used for AP Mode

Link to this section Functions

Link to this function

ap_mode_configuration(hostname, our_name)

View Source
@spec ap_mode_configuration(String.t(), String.t()) :: map()

Return a configuration to put VintageNet into AP mode

Link to this function

exit_ap_mode(ifname, networks)

View Source
@spec exit_ap_mode(VintageNet.ifname(), [map()]) :: :ok | {:error, any()}

Change the WIFi module to exit AP mode and apply the wifi configs.

@spec into_ap_mode(VintageNet.ifname()) :: :ok | {:error, any()}

Change the WiFi module into access point mode

@spec ssid() :: String.t()

Return SSID that is used for AP Mode