VintageNetWiFi.Cookbook.wpa_eap_peap

You're seeing just the function wpa_eap_peap, go back to VintageNetWiFi.Cookbook module for more information.
Link to this function

wpa_eap_peap(ssid, username, passphrase)

View Source

Specs

wpa_eap_peap(String.t(), String.t(), String.t()) ::
  {:ok, map()} | {:error, VintageNetWiFi.WPA2.invalid_ssid_error()}

Return a configuration for connecting to a WPA-EAP PEAP network

Pass an SSID and login credentials. If valid, you'll get an :ok tuple with the configuration. If there's a problem, you'll get an error tuple with a reason.