diff --git a/src/helper/wifiStateAnalyzer.js b/src/helper/wifiStateAnalyzer.js index 33a97ae..bb71f60 100644 --- a/src/helper/wifiStateAnalyzer.js +++ b/src/helper/wifiStateAnalyzer.js @@ -1,5 +1,5 @@ -function keyInfoFromRaw(rawKeyInfo) { +function keyInfoFromRaw(keyInfoRaw) { return { "KeyDescriptorVersion": keyInfoRaw>>0 & 0b111, "KeyType": keyInfoRaw>>3 & 0b1,