[LEDE-DEV] [LUCI] [PATCH 0/2] wifi: 80211r psk_generate_local and ft_ver_ds

2017-11-02 Thread Lorenzo Santina
When using a PSK, with ft_psk_generate_local the PMK is generate locally simplifing the configuration of 80211r. With ft_over_ds support the user can now choose if use FT over DS protocol or FT over the Air protocol. Lorenzo Santina (2): wifi: (80211r) add ft_psk_generate_local support wifi

[LEDE-DEV] [PATCH 1/2] wifi: (80211r) add ft_psk_generate_local support

2017-11-02 Thread Lorenzo Santina
From: Lorenzo Santina <lorenzo.sant...@edu.unito.it> If you are using PSK you can use ft_psk_generate_local to simplify 80211r configuration. Signed-off-by: Lorenzo Santina <lorenzo.santina@gmail.com> --- .../luasrc/model/cbi/admin_network/wifi.lua| 32 --

[LEDE-DEV] [PATCH 2/2] wifi: (80211r) add ft_over_ds support

2017-11-02 Thread Lorenzo Santina
It's now possibile choose if use FT over DS protocol or FT over the Air protocol for 80211r Signed-off-by: Lorenzo Santina <lorenzo.santina@gmail.com> --- modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi.lua | 6 ++ 1 file changed, 6 insertions(+) diff --git a/m