Supplicant Errors When Running w/ D-Bus

Grant Erickson marathon96 at gmail.com
Mon Nov 22 22:39:29 EST 2010


I have been attempting to get running connman-0.63 and wpa_supplicant-0.7.3 on my TI / Mistral AM37x evaluation board with TI WL1271 evaluation module interface that has a WEXT-compatible driver.

Unfortunately, I get a few errors from the supplicant. Among them are a series of 'IWEVGENIE overflow' messages from the wpa_supplicant:

	...
	daemon.notice wpa_supplicant[28351]: IWEVGENIE overflow
	...

Are these typically indicative of a driver error or something in the supplicant?

I also get the following error following a scan:

	...
	IWEVGENIE overflow
	IWEVGENIE overflow
	IWEVGENIE overflow
	Received 4078 bytes of scan results (7 BSSes)
	BSS: Start scan result update 1
	BSS: Add new id 0 BSSID 00:27:0d:05:bf:55 SSID ''
	dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/0'
	BSS: Add new id 1 BSSID 00:16:c8:01:00:90 SSID '__'
	dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/1'
	BSS: Add new id 2 BSSID 00:1b:2f:4f:23:ee SSID '__'
	dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/1/BSSs/2'
	wpa_parse_wpa_ie_rsn: malformed ie or unknown version
	process 31429: arguments to dbus_message_new_error() were incorrect, assertion
	...

which eventually leads to an abort in the D-Bus library:

	process 31429: arguments to dbus_message_new_error() were incorrect, assertion "reply_to != NULL" failed in file /source/dbus-1.3.1/dbus/dbus-message.c line 1333.
	This is normally a bug in some application using the D-Bus library.
	  /lib/libdbus-1.so.3(+0x45260) [0x4026c260]
	  /lib/libdbus-1.so.3(+0x4b370) [0x40272370]
	  /lib/libdbus-1.so.3(+0x38798) [0x4025f798]
	  /lib/libdbus-1.so.3(dbus_message_new_error+0x1b4) [0x4024e184]
	  /sbin/wpa_supplicant(wpas_dbus_getter_bss_rsn+0x98) [0x377b0]
	  /sbin/wpa_supplicant() [0x35230]
	  /sbin/wpa_supplicant() [0x3536c]
	  /sbin/wpa_supplicant() [0x3679c]
	  /sbin/wpa_supplicant() [0x36cf8]
	  /sbin/wpa_supplicant() [0x10068]
	  /sbin/wpa_supplicant() [0x112a8]
	  /sbin/wpa_supplicant() [0x43884]
	  /sbin/wpa_supplicant() [0x40af0]
	  /sbin/wpa_supplicant() [0x41f68]
	  /sbin/wpa_supplicant() [0x13a60]
	  /sbin/wpa_supplicant() [0x3d150]
	  /sbin/wpa_supplicant() [0x447cc]
	  /lib/libc.so.6(__libc_start_main+0x118) [0x402da4c4]
	Aborted

Has anyone seen similar errors?

Best,

Grant



More information about the HostAP mailing list