Hi all, I am trying to port my driver to android. driver installation was successful, but wpa_supplicant died unexpectedly. CTRL_IFACE monitor[0]: 13 - Permission denied error is coming. I am using android private socket. Did i miss something? Any one has seen this kind of problem earlier? Please help me to fix this issue.
D/wpa_supplicant( 2352): Initializing interface 'wlan0' conf '/system/ etc/wifi/wpa_supplicant.co nf' D/wpa_supplicant( 2352): Configuration file '/system/etc/wifi/ wpa_supplicant.conf' -> '/system/etc/wifi/wpa_supplicant.conf' D/wpa_supplicant( 2352): Reading configuration file '/system/etc/wifi/ wpa_supplicant.conf' D/wpa_supplicant( 2352): ctrl_interface='wlan0' D/wpa_supplicant( 2352): Initializing interface (2) 'wlan0' D/wpa_supplicant( 2352): Interface wlan0 set UP - waiting a second for the driver to complete initialization I/WifiHW ( 2104): ifname: wlan0 D/WifiService( 2104): ACTION_BATTERY_CHANGED pluggedType: 0 D/wpa_supplicant( 2352): EAPOL: SUPP_PAE entering state DISCONNECTED D/wpa_supplicant( 2352): EAPOL: KEY_Rganges_get_scan : is called D/wpa_supplicant(01 2352): RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP]) D/wpa_supplicant( 00 2352): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added D/wpa_supplicant( 2352): RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING[LOWER_UP]) D/wpa_supplicant( 2352): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added D/wpa_supplicant( 2352): Wireless event: cmd=0x8b06 len=8 D/wpa_supplicant( 2352): RTM_NEWLINK: operstate=0 ifi_flags=0x1100 043 ([UP][RUNNING][LOWER_UP]) D/wpa_supplicant( 2352): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added I/wpa_supplicant( 23507 2): CTRL_IFACE monitor[0]: 13 - 00 Permission denied I/Sensor ( 2104): Polling rotation request 0, older one 0 I/Sensor ( 2104): Polling rotation request 0, older one 0 I/WifiHW ( 2104): ifname: wlan0 I/Sensor ( 2104): Polling rotation request 0, older one 0 I/Sensor ( 2104): Polling rotation request 0, older one 0 I/Sensor ( 2104): Polling rotation request 0, older one 0 I/WifiHW ( 2104): ifname: wlan0 I/Sensor ( 2104): Polling rotation request 0, older one 0 I/Sensor ( 2104): Polling rotation request 0, older one 0 E/NetworkManagmentService( 2104): Unexpected response code 600 V/WifiStateTracker( 2104): Supplicant died unexpectedly D/WifiStateTracker( 2104): Reset connections and stopping DHCP D/WifiStateTracker( 2104): Disabling interface D/wpa_supplicant( 2352): RTM_NEWLINK: operstate=0 ifi_flags=0x1002 () D/wpa_supplicant( 2352): RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added D/NetworkStateTracker( 2104): setDetailed state, old =IDLE and new state=DISCONNECTED D/ConnectivityService( 2104): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED I/wpa_supplicant( 2352): CTRL-EVENT-TERMINATING Enable IW_AUTH_WPA_ENABLED - signal 15 received -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
