Sim, com alguns adaptadores sem fio.
Eu não sei qual sistema operacional você está usando, mas, para o Windows, você pode fazer o seguinte.
Primeiramente, abra um prompt cmd
e digite o comando netsh wlan show drivers
. Você terá uma saída assim:
Interface name: Wi-Fi 2
Driver : Intel(R) Dual Band Wireless-AC 3160
Vendor : Intel Corporation
Provider : Intel
Date : 24/09/2015
Version : 18.21.0.2
INF file : C:\WINDOWS\INF\oem43.inf
Files : 2 total
C:\WINDOWS\system32\DRIVERS\Netwbw02.sys
C:\WINDOWS\system32\DRIVERS\Netwfw02.dat
Type : Native Wi-Fi Driver
Radio types supported : 802.11b 802.11g 802.11n 802.11a 802.11ac
FIPS 140-2 mode supported : Yes
802.11w Management Frame Protection supported : Yes
Hosted network supported : Yes
Authentication and cipher supported in infrastructure mode:
Open None
Open WEP-40bit
Open WEP-104bit
Open WEP
WPA-Enterprise TKIP
WPA-Enterprise CCMP
WPA-Personal TKIP
WPA-Personal CCMP
WPA2-Enterprise TKIP
WPA2-Enterprise CCMP
WPA2-Personal TKIP
WPA2-Personal CCMP
Open Vendor defined
Vendor defined Vendor defined
Authentication and cipher supported in ad-hoc mode:
Open None
Open WEP-40bit
Open WEP-104bit
Open WEP
WPA2-Personal CCMP
IHV service present : Yes
IHV adapter OUI : [00 80 86], type: [00]
IHV extensibility DLL path: C:\WINDOWS\System32\IWMSSvc.dll
IHV UI extensibility ClSID: {1bf6cb2d-2ae0-4879-a7aa-a75834fbd0e3}
IHV diagnostics CLSID : {00000000-0000-0000-0000-000000000000}
Wireless Display Supported: Yes (Graphics Driver: Yes, Wi-Fi Driver: Yes)
Se a sua saída contiver Hosted network supported : Yes
, você poderá continuar, caso contrário, o restante das etapas não funcionará.
Agora, use o comando netsh wlan set hostednetwork mode=allow ssid=SSIDNAME key=WPA2PASSKEY
para configurar seu SSID e a senha (a chave de acesso deve ter no mínimo 8 caracteres).
Supondo que isso funcione, agora você pode usar netsh wlan start hostednetwork
para iniciar seu novo ponto sem fio.
A partir daqui, acesse seu Network Connections
, acesse Properties
para sua placa sem fio real, acesse Sharing
e ative Allow other network users to connect through this computer's Internet connection
, compartilhando-a com seu novo adaptador.
Os clientes agora podem se conectar ao seu novo SSID e acessar a conexão do seu Wi-Fi.