nerves_hostapd v0.1.0 Nerves.Hostapd View Source

Simple port wrapper for hostapd

Link to this section Summary

Functions

Start a WiFi access point.

  • args - Can be Keyword opts of a hostapd configuration file.
  • opts - Optional options to be passed to GenServer

Stop a hostapd server

Link to this section Functions

Start a WiFi access point.

  • args - Can be Keyword opts of a hostapd configuration file.
  • opts - Optional options to be passed to GenServer
Link to this function stop(hostapd, reason \\ :shutdown) View Source
stop(GenServer.server, term) :: :ok

Stop a hostapd server.