WiFi signal information. More...
#define | PLAYER_WIFI_REQ_MAC 1 |
Request/reply subtype: | |
#define | PLAYER_WIFI_REQ_IWSPY_ADD 2 |
Request/reply subtype: | |
#define | PLAYER_WIFI_REQ_IWSPY_DEL 3 |
Request/reply subtype: | |
#define | PLAYER_WIFI_REQ_IWSPY_PING 4 |
Request/reply subtype: | |
#define | PLAYER_WIFI_DATA_STATE 1 |
Data subtype: state. | |
#define | PLAYER_WIFI_QUAL_DBM 1 |
link quality is in dBm | |
#define | PLAYER_WIFI_QUAL_REL 2 |
link quality is relative | |
#define | PLAYER_WIFI_QUAL_UNKNOWN 3 |
link quality is unknown | |
#define | PLAYER_WIFI_MODE_UNKNOWN 0 |
unknown operating mode | |
#define | PLAYER_WIFI_MODE_AUTO 1 |
driver decides the mode | |
#define | PLAYER_WIFI_MODE_ADHOC 2 |
ad hoc mode | |
#define | PLAYER_WIFI_MODE_INFRA 3 |
infrastructure mode (multi cell network, roaming) | |
#define | PLAYER_WIFI_MODE_MASTER 4 |
access point, master mode | |
#define | PLAYER_WIFI_MODE_REPEAT 5 |
repeater mode | |
#define | PLAYER_WIFI_MODE_SECOND 6 |
secondary/backup repeater | |
typedef struct player_wifi_link | player_wifi_link_t |
Link information for one host. | |
typedef struct player_wifi_data | player_wifi_data_t |
Data: state (PLAYER_WIFI_DATA_STATE) | |
typedef struct player_wifi_mac_req | player_wifi_mac_req_t |
Request/reply: | |
typedef struct player_wifi_iwspy_addr_req | player_wifi_iwspy_addr_req_t |
Request/reply: |
Detailed Description
WiFi signal information.
The wifi
interface provides access to the state of a wireless network interface.
Typedef Documentation
typedef struct player_wifi_data player_wifi_data_t |
Data: state (PLAYER_WIFI_DATA_STATE)
The complete data packet format.
typedef struct player_wifi_link player_wifi_link_t |
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.