[Prism54-devel] can't change bssid

zchen@SonicWALL.com zchen@SonicWALL.com
Mon, 24 Nov 2003 18:47:57 -0800


Hello,

I have problem setup the bssid of the card, I did following:

1. call isl_ioctl_getbssid to get the default bssid, it returns the mac =
address of the card, the mgmt repsonse packet looks like:
	mgmt response: len=3D6
	01 02 10 00 00 01 00 00 00 00 00 06 00 02 6f 20 21 21=20

2. setup the new bssid (00:01:02:03:04:05) with isl_ioctl_setbssid, the =
response as following:
	mgmt response: len=3D6
	01 02 10 00 00 01 00 00 00 00 00 06 00 01 02 03 04 05=20

3. so far everything works as expected, but when I call =
isl_ioctl_getbssid next, I get back the old ssid again
	mgmt response: len=3D6
	01 02 10 00 00 01 00 00 00 00 00 06 00 02 6f 20 21 21=20

Anything I did wrong?

Zhong Chen