patronus_fati 1.3.6 → 1.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61ba287f4168013f92fa49e04138633d212d535a
4
- data.tar.gz: d566e6a16567e1d3cd5d30cf82c7125b6c01549c
3
+ metadata.gz: ad1d34d29d8ccfce218a4f2d4daa990d208dce88
4
+ data.tar.gz: 1afd1316be7d626efcad540b470e633dd7d6fe36
5
5
  SHA512:
6
- metadata.gz: a129ae80a6cf7ef9e645bf0eac7f319cae3de7bf120794c64188a91c7c8166c505969ae279c537052449ce76b1fd7bb059e5cfeadbbf58c57118cec3b94a4694
7
- data.tar.gz: b65d3ef79d1ccebeed87355537cb57aad5a45497d0385dddff529662a69b6f6bf729c88464409a56be223cfd5a3e57c8fca179820ed0c77c79c54eed453dec51
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
@@ -1,3 +1,3 @@
1
1
  module PatronusFati
2
- VERSION = '1.3.6'
2
+ VERSION = '1.3.7'
3
3
  end
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.6
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-02-21 00:00:00.000000000 Z
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.