View Single Post
Old 10-21-2007, 02:27 PM   #1
Kit
Knows Where the Search Button Is
 
Join Date: Jan 2006
Location: San Diego
Model: 8320
Carrier: T-Mobile
Posts: 35
Default Direct WiFi Access w/out BIS/BES

Please Login to Remove!

I have found the connect string required for your appplication to access the network directly over WiFi instead of having to tunnel over BIS/BES as is the default on the 8320 :

Append the following to your connection :

;DeviceSide=True;ConnectionUID=S TCP-WiFi;ConnectionSetup=delayed;retrynocontext=true

I haven't seen this actually documented anywhere so hopefully this is useful to others. This is useful as I am currently getting 2.5X the performance this way when doing file transfers. Your application will need to dynamically probe in this case to see if WiFi is actually available in order to prevent the application from only working in WiFi mode.

Cheers.

-Kit
Offline   Reply With Quote