Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - wiconfig's roaming setting: Page 1 of 2 (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.