Hi Dmitry, Thanks for the response. I found the wpa_driver_priv_driver_cmd function inside the driver_wext.c, but I have no idea what this function should do exactly or why it fails in my case. I'm going to add some debug statements in it to see where it exacly fails.
Can you explain in a little bit more detail what this function does? Kind regards, Peter 2010/3/29 Dmitry Shmidt <[email protected]> > Hi Peter, > > Android Network manager is sending special commands to the driver through > wpa_supplicant interface to do stuff like > start/stop the driver, get Rssi value and other things. > Please take a look on wpa_supplicant driver_wext.c file and look for > private function. > > Thanks, > > Dmitry > > On Mon, Mar 29, 2010 at 4:52 AM, Peter Fortuin <[email protected]>wrote: > >> Hello, >> >> I got my wpa_supplicant running and I can connect to different wireless >> networks. But I keep seeing the following message in the logs: >> >> wpa_driver_priv_driver_cmd failed >> >> I have been google'ing, but only found people with the same problem, but >> no solution. >> >> Can someone explain to me what the message means? And is this a problem >> that I need to solve? >> >> Kind regards, >> >> Peter >> >> -- >> unsubscribe: >> [email protected]<android-porting%[email protected]> >> website: http://groups.google.com/group/android-porting >> >> To unsubscribe from this group, send email to android-porting+ >> unsubscribegooglegroups.com or reply to this email with the words "REMOVE >> ME" as the subject. >> > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.
