Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 128371
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:37:29+00:00 2026-05-11T05:37:29+00:00

Is there any way to access all WiFi access points and their respective RSSI

  • 0

Is there any way to access all WiFi access points and their respective RSSI values using .NET? It would be really nice if I could do it without using unmanaged code or even better if it worked in mono as well as .NET.

If it is possible i would appriciate a code sample. Thanks


Here are a few similiar stackoverflow questions i found:

–Get SSID of the wireless network I am connected to with C# .Net on Windows Vista

–Managing wireless network connection in C#

–Get BSSID (MAC address) of wireless access point from C#

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T05:37:30+00:00Added an answer on May 11, 2026 at 5:37 am

    It is a wrapper project with managed code in c# at http://www.codeplex.com/managedwifi

    It supports Windows Vista and XP SP2 (or later version).

    sample code:

    using NativeWifi; using System; using System.Text;  namespace WifiExample {     class Program     {         /// <summary>         /// Converts a 802.11 SSID to a string.         /// </summary>         static string GetStringForSSID(Wlan.Dot11Ssid ssid)         {             return Encoding.ASCII.GetString( ssid.SSID, 0, (int) ssid.SSIDLength );         }          static void Main( string[] args )         {             WlanClient client = new WlanClient();             foreach ( WlanClient.WlanInterface wlanIface in client.Interfaces )             {                 // Lists all networks with WEP security                 Wlan.WlanAvailableNetwork[] networks = wlanIface.GetAvailableNetworkList( 0 );                 foreach ( Wlan.WlanAvailableNetwork network in networks )                 {                     if ( network.dot11DefaultCipherAlgorithm == Wlan.Dot11CipherAlgorithm.WEP )                     {                         Console.WriteLine( 'Found WEP network with SSID {0}.', GetStringForSSID(network.dot11Ssid));                     }                 }                  // Retrieves XML configurations of existing profiles.                 // This can assist you in constructing your own XML configuration                 // (that is, it will give you an example to follow).                 foreach ( Wlan.WlanProfileInfo profileInfo in wlanIface.GetProfiles() )                 {                     string name = profileInfo.profileName; // this is typically the network's SSID                      string xml = wlanIface.GetProfileXml( profileInfo.profileName );                 }                  // Connects to a known network with WEP security                 string profileName = 'Cheesecake'; // this is also the SSID                 string mac = '52544131303235572D454137443638';                 string key = 'hello';                 string profileXml = string.Format('<?xml version=\'1.0\'?><WLANProfile xmlns=\'http://www.microsoft.com/networking/WLAN/profile/v1\'><name>{0}</name><SSIDConfig><SSID><hex>{1}</hex><name>{0}</name></SSID></SSIDConfig><connectionType>ESS</connectionType><MSM><security><authEncryption><authentication>open</authentication><encryption>WEP</encryption><useOneX>false</useOneX></authEncryption><sharedKey><keyType>networkKey</keyType><protected>false</protected><keyMaterial>{2}</keyMaterial></sharedKey><keyIndex>0</keyIndex></security></MSM></WLANProfile>', profileName, mac, key);                  wlanIface.SetProfile( Wlan.WlanProfileFlags.AllUser, profileXml, true );                 wlanIface.Connect( Wlan.WlanConnectionMode.Profile, Wlan.Dot11BssType.Any, profileName );             }         }     } } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to access file's history using the data in the .svn
Is there any way to access my asp.net dev server (launched from visual studio)
Is there any way to access the command line arguments, without using the argument
Is there any way to access a variable in all of my methods in
Is there any way of coaxing Access 2007 into using a .UDL file? Specifically,
Is there any way, any chance at all to access entire filesystem in SL
When creating a new item; is there any way to access all the field
Are there any way to access or set iphone's alarm? Im assuming if this
Is there any way to access the owning UITableView from within a UITableViewCell ?
Is there any way to access the iPhone/iPod touch settings programatically ? Thanks. Biranchi

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.