player_wifi_link Struct Reference

Link information for one host. More...

#include <player_interfaces.h>

Collaboration diagram for player_wifi_link:
Collaboration graph

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

uint32_t mac_count
 MAC address. More...
 
uint8_t mac [32]
 
uint32_t ip_count
 IP address. More...
 
uint8_t ip [32]
 
uint32_t essid_count
 ESSID. More...
 
uint8_t essid [32]
 
uint32_t mode
 Mode (master, adhoc, etc). More...
 
uint32_t freq
 Frequency [MHz]. More...
 
uint32_t encrypt
 Encryted?. More...
 
uint32_t qual
 Link quality.
 
uint32_t level
 Link level.
 
uint32_t noise
 Link noise.
 

Member Data Documentation

◆ encrypt

uint32_t player_wifi_link::encrypt

Encryted?.

◆ essid_count

uint32_t player_wifi_link::essid_count

ESSID.

◆ freq

uint32_t player_wifi_link::freq

Frequency [MHz].

◆ ip_count

uint32_t player_wifi_link::ip_count

IP address.

◆ mac_count

uint32_t player_wifi_link::mac_count

MAC address.

◆ mode

uint32_t player_wifi_link::mode

Mode (master, adhoc, etc).


The documentation for this struct was generated from the following file: