wifi
[Interface specifications]
Detailed Description
WiFi signal information.
The wifi interface provides access to the state of a wireless network interface.
| #define | PLAYER_WIFI_MAX_LINKS 32 |
| The maximum number of remote hosts to report on. | |
| #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 | |
| #define | PLAYER_WIFI_MAC 1 |
| Request/reply subtype:. | |
| #define | PLAYER_WIFI_IWSPY_ADD 2 |
| Request/reply subtype:. | |
| #define | PLAYER_WIFI_IWSPY_DEL 3 |
| Request/reply subtype:. | |
| #define | PLAYER_WIFI_IWSPY_PING 4 |
| Request/reply subtype:. | |
| #define | PLAYER_WIFI_DATA_STATE 1 |
| Data subtype: state. | |
| typedef player_wifi_link | player_wifi_link_t |
| Link information for one host. | |
| typedef player_wifi_data | player_wifi_data_t |
| Data: state (PLAYER_WIFI_DATA_STATE). | |
| typedef player_wifi_mac_req | player_wifi_mac_req_t |
| Request/reply:. | |
| typedef player_wifi_iwspy_addr_req | player_wifi_iwspy_addr_req_t |
| Request/reply:. |
Typedef Documentation
|
|
Data: state (PLAYER_WIFI_DATA_STATE). The complete data packet format. |
|
|
Link information for one host.
The |
