Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - wiconfig's roaming setting: (2 Items)
   
wiconfig's roaming setting  
Hello,

I found that "wiconfig" does not disable roaming function.
The usage of "wiconfig" show me that the legal values are 1 (enable) and 3 (disable) but I couldn't set this value with 
3.
Also I found that the valid values are 0, 1 and 2.

In "_ieee80211.h", roaming mode is defined as the following :
	enum ieee80211_roamingmode {
		IEEE80211_ROAMING_DEVICE= 0,	/* driver/hardware control */
		IEEE80211_ROAMING_AUTO	= 1,	/* 802.11 layer control */
		IEEE80211_ROAMING_MANUAL= 2,	/* application control */
	};

Please, tell me what the value for diabling raomimg function is.
RE: wiconfig's roaming setting  
Hi:
	Wiconfig isn't a fully supported utility and is there mainly as
a convenience application showing how some of the ioctls are used.

We've noticed in the past that the wiconfig usage message doesn't align
with the stack (they quite often seem to be off-by-one for some reason).
In this case, the values that you've shown in the include file (0,1,2)
are correct.  The value that you type in is interpreted as is in the
stack.

I've updated the utility usage message to match.

	Robert.

-----Original Message-----
From: Wasung Kim [mailto:wasungkim@lge.com] 
Sent: Monday, July 21, 2008 4:35 AM
To: general-networking
Subject: wiconfig's roaming setting

Hello,

I found that "wiconfig" does not disable roaming function.
The usage of "wiconfig" show me that the legal values are 1 (enable) and
3 (disable) but I couldn't set this value with 3.
Also I found that the valid values are 0, 1 and 2.

In "_ieee80211.h", roaming mode is defined as the following :
	enum ieee80211_roamingmode {
		IEEE80211_ROAMING_DEVICE= 0,	/* driver/hardware
control */
		IEEE80211_ROAMING_AUTO	= 1,	/* 802.11 layer control
*/
		IEEE80211_ROAMING_MANUAL= 2,	/* application control
*/
	};

Please, tell me what the value for diabling raomimg function is.

_______________________________________________
General
http://community.qnx.com/sf/go/post10777