Skip to content

Create wifi hotspot with shared internet connection from another adapter

License

Notifications You must be signed in to change notification settings

proxytype/hostspot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HostSpot

Create wifi hotspot with shared internet connection from another adapter.

Leveraging the WIN32 API, our solution enables the creation of a WiFi hotspot with a shared internet connection across various devices. This is achieved by dynamically generating a "host network adapter" through the WIN32 API. The internet connection is seamlessly shared from another device, facilitated by the INetSharingManager interface. This robust approach ensures a reliable and efficient method for establishing a WiFi hotspot, promoting connectivity and resource sharing across multiple devices.

alt text

WIN32 Objects And Structures

- INetSharingManager
- INetSharingEveryConnectionCollection
- NETCON_PROPERTIES
- INetConnection
- INetSharingConfiguration
- WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS

Win32 Functions

  • WlanOpenHandle
  • WlanCloseHandle
  • WlanHostedNetworkSetProperty
  • WlanHostedNetworkSetSecondaryKey
  • WlanHostedNetworkForceStop
  • WlanHostedNetworkStartUsing

About

Create wifi hotspot with shared internet connection from another adapter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages