diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-04-30 13:40:42 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-06-05 09:28:00 +0200 |
commit | 23c1827e341fce302ba2841ecabeeb3f95e21d68 (patch) | |
tree | 7873e3bd7c054bdf3de661b83a01deded948fd00 /package/network/services/hostapd/files | |
parent | 29e2f9ea5b2eaafc5e184be71cfe915b6f46cee4 (diff) | |
download | upstream-23c1827e341fce302ba2841ecabeeb3f95e21d68.tar.gz upstream-23c1827e341fce302ba2841ecabeeb3f95e21d68.tar.bz2 upstream-23c1827e341fce302ba2841ecabeeb3f95e21d68.zip |
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 <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/files')
-rw-r--r-- | package/network/services/hostapd/files/hostapd-full.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |