mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-03-20 03:41:53 +00:00
fix: Updated state.uc to fix issue with fingerprinting raw mode
Fixes: WIFI-15031 Signed-off-by: Ivan Chvets <ivan.chvets@kinarasystems.com>
This commit is contained in:
committed by
John Crispin
parent
e37d31b810
commit
d26c4b0a1e
@@ -1097,7 +1097,7 @@ if (ieee8021x)
|
||||
|
||||
if (fingerprint) {
|
||||
switch(finger_config?.mode) {
|
||||
case 'raw-data':
|
||||
case 'raw':
|
||||
state.fingerprint = fingerprint;
|
||||
break;
|
||||
case 'final':
|
||||
|
||||
Reference in New Issue
Block a user