#include <Wlan.h>
Inheritance diagram for WlanFeatureProvider:

Public Types | |
| enum | FeatureKind { ActiveEssid, ActiveMode, ActiveSignalLevel, ActiveMacAddress, Peers, NumPeers } |
Public Member Functions | |
| WlanFeatureProvider (providerparams ¶ms) | |
| virtual Feature * | getFeature (string name) const |
| virtual Feature * | getSample (string name) const |
| virtual void | nextSample (clock_t checkpoint) |
Protected Attributes | |
| WlanPeerInfo | activePeer |
| vector< WlanPeerInfo > | peerList |
| bool | activePeerValid |
| bool | peerListValid |
|
|
|
|
|
|
|
|
Query feature instance Query the feature provider for a specific feature initialized with random values.
Implements FeatureProvider. |
|
|
Query sample instance Query the feature provider for a sample value of the specified feature. Prior to this method you have to invoke nextSample().
Implements FeatureProvider. Reimplemented in WlanLinuxFeatureProvider. |
|
|
Implements FeatureProvider. Reimplemented in WlanLinuxFeatureProvider. |
|
|
|
1.4.6