orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::WifiInterface Struct ReferenceContains information per wireless interface, e.g. eth1.
More...
|
Public Attributes | |
string | interfaceName |
Interface name, e.g. eth1. | |
int | status |
Status (device-dependent). | |
int | linkQuality |
Link quality. | |
int | signalLevel |
Signal level. | |
int | noiseLevel |
Noise level. | |
int | numInvalidNwid |
Rx invalid nwid: number of packets received with a different NWID or ESSID. | |
int | numInvalidCrypt |
Rx invalid crypt: number of packets hardware was unable to decrypt. | |
int | numInvalidFrag |
Rx invalid frag: number of packets not properly reassembled. | |
int | numRetries |
Tx excessive retries: number of packets hardware failed to deliver. | |
int | numInvalidMisc |
Invalid misc: other lost packets. | |
int | numMissedBeacons |
Missed beacon: number of periodic beacons from cell/access point we have missed. | |
OperationMode | mode |
Operating mode (see above). | |
int | bitrate |
Bitrate in bits/second. | |
string | accessPoint |
Access point MAC address. | |
int | throughPut |
Throughput (TODO: what does it mean? unit?). | |
LinkQualityType | linkType |
How to interpret the link quality (see above). | |
int | maxLinkQuality |
Maximum link quality. | |
int | maxSignalLevel |
Maximum signal level. | |
int | maxNoiseLevel |
Maximum noise level. |
All values are driver specific. This data structure resembles information from /proc/net/wireless plus some information obtained from the kernel. Read man-page of iwconfig for detailed documentation of all fields.
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)