Click here to Skip to main content
15,887,310 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Today, I recently received an answer to a question that I didn't ask - on my cell-phone, regarding a question that I was going to ask. It was about obtaining the Network Domain/SSID name in "C" programmatically from/on a cell phone. But I'm asking about the same thing. So here goes: from the network that you are working under/on, and from your PC -- is there a simple function, all written in "C" that goes out and retrieves the name of the network's domain/ssid name, not the computer name. The function should be all self-contained. I've used many net*, wgetnet* API routines, and many others in attempt to be successful, but with no success. I have searched all over the Internet but with no success. Sure, I know what my network's domain/ssid name is, but I want to get the information in "C" program programmatically. Is there such a simple function available? It sure should be helpful. I've seen big programs which stated the code for domain/ssid retrieval was in there, but I could not find it. Any help? Thanks.

What I have tried:

I've used many net*, wgetnet* API routines, and many others in attempt to be successful, but with no success. I have searched all over the Internet and with no success. Sure, I know what my network's domain/ssid name is, but I want to get the information in "C" program programmatically.
Posted
Updated 1-Oct-23 8:52am
v3

1 solution

 
Share this answer
 
Comments
samthelab 30-Sep-23 23:18pm    
This is not the solution, but a comment...

Hey Richard MacCutchan, It's done. It's works! After a little work and some determination.
Thanks. rsvp.
Richard MacCutchan 1-Oct-23 3:32am    
The point of my answer was to show how easy it is to find the right information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900