Lines Matching defs:iw_range

953 struct iw_range {  struct
955 __u32 throughput; /* To give an idea... */
964 __u32 min_nwid; /* Minimal NWID we are able to set */
965 __u32 max_nwid; /* Maximal NWID we are able to set */
968 __u16 old_num_channels;
969 __u8 old_num_frequency;
972 __u8 scan_capa; /* IW_SCAN_CAPA_* bit field */
975 __u32 event_capa[6];
978 __s32 sensitivity;
985 struct iw_quality max_qual; /* Quality of the link */
995 struct iw_quality avg_qual; /* Quality of the link */
998 __u8 num_bitrates; /* Number of entries in the list */
999 __s32 bitrate[IW_MAX_BITRATES]; /* list, in bps */
1002 __s32 min_rts; /* Minimal RTS threshold */
1003 __s32 max_rts; /* Maximal RTS threshold */
1006 __s32 min_frag; /* Minimal frag threshold */
1007 __s32 max_frag; /* Maximal frag threshold */
1010 __s32 min_pmp; /* Minimal PM period */
1011 __s32 max_pmp; /* Maximal PM period */
1012 __s32 min_pmt; /* Minimal PM timeout */
1013 __s32 max_pmt; /* Maximal PM timeout */
1014 __u16 pmp_flags; /* How to decode max/min PM period */
1015 __u16 pmt_flags; /* How to decode max/min PM timeout */
1016 __u16 pm_capa; /* What PM options are supported */
1019 __u16 encoding_size[IW_MAX_ENCODING_SIZES]; /* Different token sizes */
1020 __u8 num_encoding_sizes; /* Number of entry in the list */
1021 __u8 max_encoding_tokens; /* Max number of tokens */
1023 __u8 encoding_login_index; /* token index for login token */
1026 __u16 txpower_capa; /* What options are supported */
1027 __u8 num_txpower; /* Number of entries in the list */
1028 __s32 txpower[IW_MAX_TXPOWER]; /* list, in bps */
1031 __u8 we_version_compiled; /* Must be WIRELESS_EXT */
1032 __u8 we_version_source; /* Last update of source */
1035 __u16 retry_capa; /* What retry options are supported */
1036 __u16 retry_flags; /* How to decode max/min retry limit */
1037 __u16 r_time_flags; /* How to decode max/min retry life */
1038 __s32 min_retry; /* Minimal number of retries */
1039 __s32 max_retry; /* Maximal number of retries */
1040 __s32 min_r_time; /* Minimal retry lifetime */
1041 __s32 max_r_time; /* Maximal retry lifetime */
1044 __u16 num_channels; /* Number of channels [0; num - 1] */
1045 __u8 num_frequency; /* Number of entry in the list */
1046 struct iw_freq freq[IW_MAX_FREQUENCIES]; /* list */
1050 __u32 enc_capa; /* IW_ENC_CAPA_* bit field */