lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.33k stars 307 forks source link

Can't change wlan0 from "wifi interface" dropdown menu #129

Closed vipinkumar9 closed 3 years ago

vipinkumar9 commented 3 years ago

Maybe this clip will help for better understanding. ezgif com-video-to-gif

lakinduakash commented 3 years ago

Can you get the output of iw dev ?

vipinkumar9 commented 3 years ago

Driver:

wlan0 :

                b43

wlan1 :

               rt2800usb
unknown@unknown:~$ sudo iw dev
phy#1
    Interface wlan1
        ifindex 4
        wdev 0x100000001
        addr 9c:ef:d5:fc:68:eb
        ssid BTOof
        type managed
        channel 11 (2462 MHz), width: 20 MHz, center1: 2462 MHz
        txpower 20.00 dBm
phy#0
    Interface wlan0
        ifindex 3
        wdev 0x1
        addr ce:75:b9:a5:93:ef
        type managed
        txpower 20.00 dBm
lakinduakash commented 3 years ago

Related to #141

lakinduakash commented 3 years ago

I think issue is now fixed

vipinkumar9 commented 3 years ago

Yup