OpenWrt Forum Archive

Topic: Encryption for adhoc

The content of this topic has been archived on 22 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

i‘m new?
i have batman-adv?wpa-supplicant ?and i want Encryption adhoc with wpa-none ?
thank you?

this is a config in etc/wpa_supplicant.config
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=2
fast_reauth=1

#IBSS/ad-hoc mode with WPA2/AES encryption
network={
    ssid="jack-mesh"
    mode=1
    scan_ssid=1
    proto=WPA
    key_mgmt=WPA-NONE
    pairwise=NONE
    group=CCMP
#   psk="sensehuge"
}
~

I do it !
It works OK now!

Hi,

according to this ticket: https://dev.openwrt.org/ticket/9190

PSK2 should work on ath9k (Ubiquiti NanoBridge) (trunk), but after several days spent trying I didn't succeed. sad

How can I get some kind of decent L2 encryption on ad-hoc wireless mode?
(Going to build a private city mesh with a community of friends)

The discussion might have continued from here.