diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2012-03-02 17:26:01 +0200 |
---|---|---|
committer | Vishal Mahaveer <vishalm@ti.com> | 2012-12-14 13:35:48 -0600 |
commit | c293a48d26ea795e5cf4459d20923172c4ec7c55 (patch) | |
tree | 8f934adc37c9f88b216dc8c1f8b8cd6c11c59ee0 /src | |
parent | 0793c79447210fbda20a1d68a94003fd31f61717 (diff) | |
download | external_wpa_supplicant_8_ti-c293a48d26ea795e5cf4459d20923172c4ec7c55.zip external_wpa_supplicant_8_ti-c293a48d26ea795e5cf4459d20923172c4ec7c55.tar.gz external_wpa_supplicant_8_ti-c293a48d26ea795e5cf4459d20923172c4ec7c55.tar.bz2 |
WFD: Add wfd_subelems hexdump in BSS ctrl_iface command output
This makes it easier to parse the WFD subelements from scan results.
Change-Id: I1ce349bb33b56470888b47a37a96e56f1e0d6342
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/common/wpa_ctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/wpa_ctrl.h b/src/common/wpa_ctrl.h index a440b69..abe6f44 100644 --- a/src/common/wpa_ctrl.h +++ b/src/common/wpa_ctrl.h @@ -164,6 +164,7 @@ extern "C" { #define WPA_BSS_MASK_WPS_SCAN BIT(13) #define WPA_BSS_MASK_P2P_SCAN BIT(14) #define WPA_BSS_MASK_INTERNETW BIT(15) +#define WPA_BSS_MASK_WIFI_DISPLAY BIT(16) /* wpa_supplicant/hostapd control interface access */ |