Wpa supplicant: Difference between revisions

imported>ImExtends
Example of configuring networks with the configuration file.
imported>ImExtends
Added priority to networks
Line 25: Line 25:
networking.wireless.networks.Wifi_name.pskRaw = "pskRaw generated";
networking.wireless.networks.Wifi_name.pskRaw = "pskRaw generated";
</syntaxHighlight>
</syntaxHighlight>
If you have multiple networks, and you want to set the priority, you can use <code>networking.wireless.networks.Wifi_name.priority = <value>;</code>


== Switching Network ==
== Switching Network ==