Discussion Board
-
How do detect if phone supports WLAN and what is the MAC address?
2006-12-19, 01:12
#1
Nokia Developer Expert
There are one simple way to detect if phone supports WLAN. This is useful if your application only runs in a WLAN enabled phone:
A) Does the S60 3rd device have WLAN chip?
In /epoc32/include/featurediscovery.h file , the wlan key can be used to query for the feature.
/**
Device supports WLAN protocol.
*/
const TInt KFeatureIdProtocolWlan = 109;
B) and how to read the MAC address in S60 3rd edition devices:
http://www.forum.nokia.com/Technical...AC_address.htm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules