patronus_fati 1.3.6 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/patronus_fati/data_models/access_point.rb +3 -0
- data/lib/patronus_fati/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad1d34d29d8ccfce218a4f2d4daa990d208dce88
|
|
4
|
+
data.tar.gz: 1afd1316be7d626efcad540b470e633dd7d6fe36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2932cf27018dca303949b738b773b38dcdedbe781049ce29cd7fed9093ca62ede2b769a49e9134b9d76fbcf70dc8a9a0002c67a92a7521dbb7b72efc5e3ccd3
|
|
7
|
+
data.tar.gz: 60c9d18f1a8b206e79a313f598544c9ea90650b40b9db61bfb1eb68794acd6cc64d8bdc7776d2e678226a21b7ea55c16d529e72ae3087c1dac8df0297c3b8fe0
|
|
@@ -144,6 +144,9 @@ module PatronusFati
|
|
|
144
144
|
attrs.each do |k, v|
|
|
145
145
|
next unless LOCAL_ATTRIBUTE_KEYS.include?(k)
|
|
146
146
|
next if v.nil? || local_attributes[k] == v
|
|
147
|
+
# Disregard channel band updates for a specific BSSID
|
|
148
|
+
next if k == :channel && local_attributes[k] <= 13 && v > 13
|
|
149
|
+
next if k == :channel && local_attributes[k] > 13 && v <= 13
|
|
147
150
|
|
|
148
151
|
set_sync_flag(:dirtyAttributes)
|
|
149
152
|
local_attributes[k] = v
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: patronus_fati
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Stelfox
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: louis
|
|
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
236
236
|
version: '0'
|
|
237
237
|
requirements: []
|
|
238
238
|
rubyforge_project:
|
|
239
|
-
rubygems_version: 2.6.14
|
|
239
|
+
rubygems_version: 2.6.14.1
|
|
240
240
|
signing_key:
|
|
241
241
|
specification_version: 4
|
|
242
242
|
summary: A ruby implementation of the Kismet client protocol.
|