Translations:Wi-Fi Old/13/en

Материал из Wiren Board

If conditions are met:

  1. Run command
    iwconfig
    
    Its output should show two Wi-Fi interfaces: wlan0 и wlan1.
  2. Use the previous two instructions to configure the client mode and the hotspot mode connection, but use different interfaces. For example, leave wlan0 for the hotspot and make the client on wlan1. The corresponding part of /etc/network/interfaces should look like this:
    <syntaxhighlight lang="bash">
  3. Wireless interfaces

auto wlan1 iface wlan1 inet dhcp

   wpa-ssid {ssid} # replace {ssid} with the hotspot name
   wpa-psk {password} # replace {password} with your own password