api - How to Set/Start HostedNetwork without using Netsh command? -


the question clear, need set/start hosted network without using netsh command
maybe using wmi classes or else?

edit:
found can use native wifi start hosted network calling functions wlanhostednetworkstartusing, wlanhostednetworkforcestart, or wlanhostednetworkinitsettings , can set security key calling wlanhostednetworkrefreshsecuritysettings function.
don't know how call , use native wifi trying find out , read native wifi looks more complicated knowledge. how use native wifi start hosted network?


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -