worked on wifi-scanner for linux
new time-grouping for vap grouper adjusted test-cases minor changes/fixes/improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user