]> git.ipfire.org Git - thirdparty/iw.git/commit
iw: scan: parse OWE Transition Mode element
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 10 Oct 2018 20:47:47 +0000 (22:47 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 11 Oct 2018 10:18:26 +0000 (12:18 +0200)
commitfc1660795b25a27287a1094c9e14db4664549eba
treee43370deefe0de8b369f5c58769e7b35744dc5b9
parent7f87d3cfa268a2744d3997d889b72f03813536d4
iw: scan: parse OWE Transition Mode element

This adds code to parse the Opportunistic Wireless Encryption Transition
Mode element.

Without this patch the output looks like this:
WFA 0x1c, data: 00 37 b7 36 dc 0c 08 4f 70 65 6e 57 72 74 34
With this patch it looks like this:
        OWE Transition Mode:
                BSSID: 00:37:b7:36:dc:0c
                SSID: OpenWrt4

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
scan.c