Hi!
I'm trying to setup an Ad-Hoc networking using one common shared AES-256 (CCMP) key. Is WPA-NONE supported in OpenWrt? What's the intended way of securing an Ad-Hoc IBSS network with a shared key?
In the Forum, the question remains unanswered
https://forum.openwrt.org/viewtopic.php?id=16070
Though some preparations were made in
https://dev.openwrt.org/changeset/19822

As it seems that it is the only thing missing, should I start extending /lib/wifi/wpa_supplicant to generate something like this

proto=WPA
key_mgmt=WPA-NONE
pairwise=NONE
group=TKIP (or group=CCMP depending on previous user choice of WPA or WPA2. 
mixed mode obviously cannot be supported)
psk="secret passphrase"

Or are there other issues preventing us from using at least the semi-decent security currently applicable in IBSS mode?

Comment welcome :)

Cheers

Daniel
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to