From 23c1827e341fce302ba2841ecabeeb3f95e21d68 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 30 Apr 2018 13:40:42 +0200 Subject: hostapd: add support for client taxonomy in the full config This can be used to fingerprint clients to try to identify the exact model Signed-off-by: Felix Fietkau --- package/network/services/hostapd/files/hostapd-full.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/services/hostapd/files/hostapd-full.config') diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config index 786afad2bc..355a70b9e1 100644 --- a/package/network/services/hostapd/files/hostapd-full.config +++ b/package/network/services/hostapd/files/hostapd-full.config @@ -357,7 +357,7 @@ CONFIG_INTERNAL_LIBTOMMATH=y # Has the AP retain the Probe Request and (Re)Association Request frames from # a client, from which a signature can be produced which can identify the model # of client device like "Nexus 6P" or "iPhone 5s". -#CONFIG_TAXONOMY=y +CONFIG_TAXONOMY=y # Fast Initial Link Setup (FILS) (IEEE 802.11ai) # Note: This is an experimental and not yet complete implementation. This -- cgit v1.2.3