Home
FAQ
Player
Stage
Gazebo
Contrib
Documentation
Publications
Contributors
Users

Project
Download
Bugs/Feedback
Mailing lists

Radish

Old news
Old stuff

player_wifi_link Struct Reference
[wifi]

#include <player.h>

List of all members.


Detailed Description

Link information for one host.

The wifi interface returns data regarding the signal characteristics of remote hosts as perceived through a wireless network interface; this is the format of the data for each host.


Public Attributes

char mac [32]
char ip [32]
char essid [32]
uint8_t mode
uint16_t freq
uint8_t encrypt
uint16_t qual
uint16_t level
uint16_t noise


Member Data Documentation

char player_wifi_link::mac[32]
 

MAC address.

char player_wifi_link::ip[32]
 

IP address.

char player_wifi_link::essid[32]
 

ESSID.

uint8_t player_wifi_link::mode
 

Mode (master, adhoc, etc).

uint16_t player_wifi_link::freq
 

Frequency (MHz).

uint8_t player_wifi_link::encrypt
 

Encryted?.

uint16_t player_wifi_link::qual
 

Link quality, level and noise information these could be uint8_t instead, <linux/wireless.h> will only return that much. maybe some other architecture needs larger??

uint16_t player_wifi_link::level
 

Link quality, level and noise information these could be uint8_t instead, <linux/wireless.h> will only return that much. maybe some other architecture needs larger??

uint16_t player_wifi_link::noise
 

Link quality, level and noise information these could be uint8_t instead, <linux/wireless.h> will only return that much. maybe some other architecture needs larger??


The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:16:02 2005 for Player by doxygen 1.3.6