Hi to all!<br>I&#39;m writing an application that, in a similar way that wpa_cli does,<br>connects to the wpa_supplicant deamon and lets the user to configure and<br>manage wireless connections.<br><br>I&#39;m a little bit confused about unsolicited messages raised by<br>
wpa_supplicant. What I see is that not all the events that wpa_supplicant<br>should raise are raised.<br>The only events I can catch are the following:<br><br>CTRL-EVENT-CONNECTED<br>CTRL-EVENT-DISCONNECTED<br><br>But, as seen in wpa_ctrl.h and in some log files around internet and in many<br>
mailing-lists, wpa_supplicant should notify also (and some others that I<br>don&#39;t care):<br><br>CTRL-EVENT-SCAN-RESULTS<br>CTRL-EVENT-TERMINATING<br><br>What I&#39;m doing wrong? Am I missing some sort of parameters in the<br>
configuration files?<br><br>Thank you<br><br>Nicola<br>