This series of patch adds support for FILS(Fast Initial Link Setup). The FILS is a specification defined by IEEE 802.11ai to speed up roaming.
This patch requires latest wpa_supplicant which includes related patch. https://w1.fi/cgit/hostap/commit/?id=6240424a76b75da4e1fba8adc853f6e64e924715 This patch requires newer Linux kernel also. For example, I have tested with Fedora 26(Linux kernel 4.13.9-200). Any advice and suggestions will be appreciated because I am a beginner of NetworkManager! Masashi Honma (4): wifi: add support for FILS cli: add support for FILS supplicant/tests: add FILS test ifcfg-rh/tests: add Wi-Fi FILS test Makefile.am | 1 + clients/common/nm-meta-setting-desc.c | 2 +- libnm-core/nm-setting-wireless-security.c | 9 ++- libnm-core/nm-setting-wireless.c | 5 +- src/devices/wifi/nm-wifi-ap.c | 6 +- .../plugins/ifcfg-rh/nms-ifcfg-rh-reader.c | 2 +- .../plugins/ifcfg-rh/nms-ifcfg-rh-writer.c | 3 + .../tests/network-scripts/ifcfg-test-wifi-wpa-fils | 24 +++++++ .../tests/network-scripts/keys-test-wifi-wpa-fils | 1 + .../plugins/ifcfg-rh/tests/test-ifcfg-rh.c | 78 ++++++++++++++++++++++ src/supplicant/nm-supplicant-config.c | 13 ++-- src/supplicant/nm-supplicant-settings-verify.c | 1 + src/supplicant/tests/test-supplicant-config.c | 50 ++++++++++++-- 13 files changed, 178 insertions(+), 17 deletions(-) create mode 100644 src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-wifi-wpa-fils create mode 100644 src/settings/plugins/ifcfg-rh/tests/network-scripts/keys-test-wifi-wpa-fils -- 2.7.4 _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
