VintageNetWiFi.WPASupplicantLL.start_link

You're seeing just the function start_link, go back to VintageNetWiFi.WPASupplicantLL module for more information.

Specs

start_link(path: Path.t(), notification_pid: pid()) :: GenServer.on_start()

Start the WPASupplicant low-level interface

Pass the path to the wpa_supplicant control file.

Notifications from the wpa_supplicant are sent to the process that calls this.