#include <iw_compat.h>
Data Fields | |
char | name [IFNAMSIZ+1] |
int | has_nwid |
iwparam | nwid |
int | has_freq |
double | freq |
int | freq_flags |
int | has_key |
unsigned char | key [IW_ENCODING_TOKEN_MAX] |
int | key_size |
int | key_flags |
int | has_essid |
int | essid_on |
char | essid [IW_ESSID_MAX_SIZE+1] |
int | has_mode |
int | mode |
Definition at line 66 of file iw_compat.h.
char wireless_config::essid[IW_ESSID_MAX_SIZE+1] |
Definition at line 80 of file iw_compat.h.
Definition at line 79 of file iw_compat.h.
double wireless_config::freq |
Can be frequency in Hz or channel
Definition at line 72 of file iw_compat.h.
Definition at line 73 of file iw_compat.h.
Definition at line 78 of file iw_compat.h.
Definition at line 71 of file iw_compat.h.
Definition at line 74 of file iw_compat.h.
ESSID (extended network)
Definition at line 81 of file iw_compat.h.
Definition at line 69 of file iw_compat.h.
unsigned char wireless_config::key[IW_ENCODING_TOKEN_MAX] |
Encoding key used
Definition at line 75 of file iw_compat.h.
Various key flags
Definition at line 77 of file iw_compat.h.
Size of key in bytes
Definition at line 76 of file iw_compat.h.
Operation mode (e.g. master, adhoc, ...)
Definition at line 82 of file iw_compat.h.
char wireless_config::name[IFNAMSIZ+1] |
Wireless/protocol name (e.g. IEEE 802.11b)
Definition at line 68 of file iw_compat.h.
Network ID
Definition at line 70 of file iw_compat.h.