yellowman / nsh

OpenBSD networking configuration shell
http://www.nmedia.net/nsh/
Other
177 stars 27 forks source link

Missing wpakey option for 802.11 interfaces #167

Open U-9200 opened 3 weeks ago

U-9200 commented 3 weeks ago

Hi!

First and foremost: awesome work! NSH eases the configuration and administration a lot :-)

What is apparently missing, is the ability to state a WPA key for 802.11 interfaces, i.e. wpakey. I still need a /etc/hostname.athn0 since the only options for athn0 in nshrc are:

!
interface athn0
 group wlan
 priority 4
 nwid wlan
 inet 10.0.0.0/24
 media autoselect
 mediaopt hostap

I know of nwkey, but this is WEP and unfortunately not secure anymore... I did take a look in the source code but since I'm not fluent in C, I'm asking for helping hands / advices :-/

smytht commented 3 weeks ago

Hello thanks for your feedback, yep I havent given the wireless interfaces in OpenBSD and Wi-Fi Network support as much priority as I would like to as we have been prioritising other workloads ... I have added this feature to the road map for config functionality https://github.com/users/yellowman/projects/1/views/1 Ill take a look and see what is involved... thanks

btw you can ask questions on the https://lists.deschutesdigital.com/sympa/arc/nsh/2024-11/ ( NSH Mailing list )