The Following User Says Thank You to hopbeat For This Useful Post: | ||
![]() |
2009-10-21
, 06:54
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#2
|
The Following 4 Users Say Thank You to Stskeeps For This Useful Post: | ||
![]() |
2009-10-21
, 06:59
|
|
Posts: 72 |
Thanked: 51 times |
Joined on Jul 2008
@ Germany
|
#3
|
Hello,
I would like to include scanning for WLAN access points in my application (native c++). Could someone point me to the right API description as I haven't really found anything about this (or an example/snippet would be really great)?
The Following User Says Thank You to Framstag For This Useful Post: | ||
![]() |
2009-10-21
, 07:38
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#4
|
The Following 2 Users Say Thank You to danielwilms For This Useful Post: | ||
![]() |
2009-10-21
, 09:32
|
|
Posts: 72 |
Thanked: 51 times |
Joined on Jul 2008
@ Germany
|
#5
|
Hi,
you can take as well a look at the documentation of the connectivity components in the developer guide in the wiki.
Cheers Daniel
The Following User Says Thank You to Framstag For This Useful Post: | ||
![]() |
2009-10-21
, 10:33
|
|
Posts: 516 |
Thanked: 643 times |
Joined on Oct 2009
@ Denmark/Poland
|
#6
|
![]() |
2009-10-21
, 11:29
|
|
Posts: 72 |
Thanked: 51 times |
Joined on Jul 2008
@ Germany
|
#7
|
Thanks for the replies.
My target platform is Maemo 5.
I will check WifiInfo, if you can show any other way to do that I would be much obliged
The Following User Says Thank You to Framstag For This Useful Post: | ||
![]() |
2009-10-21
, 11:36
|
|
Posts: 516 |
Thanked: 643 times |
Joined on Oct 2009
@ Denmark/Poland
|
#8
|
I would like to include scanning for WLAN access points in my application (native c++). Could someone point me to the right API description as I haven't really found anything about this (or an example/snippet would be really great)?
I would like to be able to:
power on/off WiFi module
scan and retrieve list of active SSIDs and BSSIDs (with all the extra info if possible)
Thanks!