VintageNetWiFi.quick_wps
You're seeing just the function
quick_wps
, go back to VintageNetWiFi module for more information.
Specs
quick_wps(non_neg_integer()) :: {:ok, map()} | {:error, String.t()}
Quick way to receive WiFi credentials via WPS PBC
Call this function with a long enough timeout for you to press the WPS button on your access point. The WiFi gets configured as soon as the WPS credentials are received.
VintageNetWiFi.quick_wps(60_000)
# Press WPS button on AP
:ok