worked on wifi-scanner for linux

new time-grouping for vap grouper
adjusted test-cases
minor changes/fixes/improvements
This commit is contained in:
2017-10-11 14:00:24 +02:00
parent 628be72e1f
commit da477866c1
13 changed files with 649 additions and 223 deletions

View File

@@ -71,6 +71,18 @@ public:
}
uint8_t getField(const int idx) const {
switch(idx) {
case 0: return fields.h0;
case 1: return fields.h1;
case 2: return fields.h2;
case 3: return fields.h3;
case 4: return fields.h4;
case 5: return fields.h5;
}
throw Exception("field-idx out of bounds");
}
/** convert to lower-case hex-string ("xx:xx:xx:xx:xx:xx") */
std::string asString() const {