Hi everyone,
I've searched for days and days for this without finding a solution...
Is it possible to share the WiFi connection of a Mac to other devices? Creating a hotspot.
I know we can open the Sharing panel in System Preferences and share a connection from Ethernet to WiFi.
But that's not what I need. I need to share the WiFi connection to another WiFi network, so I can stay connected to the internet while creating another WiFi network.
This can be done SUPER easily on Windows using:
netsh wlan set hostednetwork mode=allow ssid=MyWifi key=12345678
netsh wlan start hostednetwork
Even if there is no API to do that, at least if there's a way to do that "manually" going through some System Preferences options?
Thanks in advance...