I just saw this thread so I might be asking/stating something someone else already said but is there not a network manager on kali like nmcli for debian? If there is this is a very simple process. // enable wifi nmcli radio wifi on // list all wifi access points available nmcli dev wifi // to connect to a network with encription nmcli dev wifi con "Cafe Hotspot 1" password caffeine name "My cafe"
creates a new connection named "My cafe" and then connects it to
"Cafe Hotspot 1" SSID using password "caffeine". This is mainly useful when connecting to "Cafe Hotspot 1" for the first time. Next time, it is better to use 'nmcli con up id "My cafe"' so that the existing connection profile can be used and no additional is created. These and more are available at this link
|
_______________________________________________ Blinux-list mailing list Blinux-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/blinux-list