nerves_hostapd v0.1.0 Nerves.Hostapd View Source
Simple port wrapper for hostapd
Link to this section Summary
Link to this section Functions
Link to this function
start_link(args, opts \\ [])
View Source
start_link(Keyword.t, GenServer.options) :: GenServer.on_start
Start a WiFi access point.
args
- Can be Keyword opts of ahostapd
configuration file.opts
- Optional options to be passed toGenServer
Link to this function
stop(hostapd, reason \\ :shutdown)
View Source
stop(GenServer.server, term) :: :ok
Stop a hostapd server.