player_wifi_link Struct Reference
#include <player.h>
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. | |
uint8_t | mac [32] |
uint32_t | ip_count |
IP address. | |
uint8_t | ip [32] |
uint32_t | essid_count |
ESSID. | |
uint8_t | essid [32] |
uint32_t | mode |
Mode (master, adhoc, etc). | |
uint32_t | freq |
Frequency [MHz]. | |
uint32_t | encrypt |
Encryted?. | |
uint32_t | qual |
Link quality. | |
uint32_t | level |
Link level. | |
uint32_t | noise |
Link noise. |
The documentation for this struct was generated from the following file: