Hi,<br>is there a way to execute a script after connecting to a specific ap? I'm thinking of something like<br><br>
network={
<br>
&nbsp; &nbsp; &nbsp; &nbsp; ssid=&quot;simple&quot;
<br>
&nbsp; &nbsp; &nbsp; &nbsp; psk=&quot;very secret passphrase&quot;
<br>&nbsp; &nbsp; &nbsp; &nbsp; exec=/path/to/script
<br>
}
<br><br>This would be extremely useful for those using laptops that have to start/stop specific services depending to which network their connected.<br><br><br>