From f6b9c85c09692f298ffa5ee95e1f171a9e158502 Mon Sep 17 00:00:00 2001 From: skyhusker Date: Wed, 20 Apr 2005 10:20:20 +0000 Subject: Added function to set the associated AP address. Some improvements to scanNetwork(): read the signal quality, AP rates and fix channel reading when driver reports values < 1000. --- (limited to 'libopie2/opienet/ostation.h') diff --git a/libopie2/opienet/ostation.h b/libopie2/opienet/ostation.h index 5219d92..86c9a52 100644 --- a/libopie2/opienet/ostation.h +++ b/libopie2/opienet/ostation.h @@ -37,6 +37,7 @@ #include #include #include +#include #include @@ -71,6 +72,7 @@ class OStation int channel; int level; bool encrypted; + QValueList rates; private: class Private; Private *d; -- cgit v0.9.0.2