Lines Matching defs:iw_range

968 struct	iw_range  struct
971 __u32 throughput; /* To give an idea... */
980 __u32 min_nwid; /* Minimal NWID we are able to set */
981 __u32 max_nwid; /* Maximal NWID we are able to set */
984 __u16 old_num_channels;
985 __u8 old_num_frequency;
988 __u8 scan_capa; /* IW_SCAN_CAPA_* bit field */
991 __u32 event_capa[6];
994 __s32 sensitivity;
1001 struct iw_quality max_qual; /* Quality of the link */
1011 struct iw_quality avg_qual; /* Quality of the link */
1014 __u8 num_bitrates; /* Number of entries in the list */
1015 __s32 bitrate[IW_MAX_BITRATES]; /* list, in bps */
1018 __s32 min_rts; /* Minimal RTS threshold */
1019 __s32 max_rts; /* Maximal RTS threshold */
1022 __s32 min_frag; /* Minimal frag threshold */
1023 __s32 max_frag; /* Maximal frag threshold */
1026 __s32 min_pmp; /* Minimal PM period */
1027 __s32 max_pmp; /* Maximal PM period */
1028 __s32 min_pmt; /* Minimal PM timeout */
1029 __s32 max_pmt; /* Maximal PM timeout */
1030 __u16 pmp_flags; /* How to decode max/min PM period */
1031 __u16 pmt_flags; /* How to decode max/min PM timeout */
1032 __u16 pm_capa; /* What PM options are supported */
1035 __u16 encoding_size[IW_MAX_ENCODING_SIZES]; /* Different token sizes */
1036 __u8 num_encoding_sizes; /* Number of entry in the list */
1037 __u8 max_encoding_tokens; /* Max number of tokens */
1039 __u8 encoding_login_index; /* token index for login token */
1042 __u16 txpower_capa; /* What options are supported */
1043 __u8 num_txpower; /* Number of entries in the list */
1044 __s32 txpower[IW_MAX_TXPOWER]; /* list, in bps */
1047 __u8 we_version_compiled; /* Must be WIRELESS_EXT */
1048 __u8 we_version_source; /* Last update of source */
1051 __u16 retry_capa; /* What retry options are supported */
1052 __u16 retry_flags; /* How to decode max/min retry limit */
1053 __u16 r_time_flags; /* How to decode max/min retry life */
1054 __s32 min_retry; /* Minimal number of retries */
1055 __s32 max_retry; /* Maximal number of retries */
1056 __s32 min_r_time; /* Minimal retry lifetime */
1057 __s32 max_r_time; /* Maximal retry lifetime */
1060 __u16 num_channels; /* Number of channels [0; num - 1] */
1061 __u8 num_frequency; /* Number of entry in the list */
1062 struct iw_freq freq[IW_MAX_FREQUENCIES]; /* list */
1066 __u32 enc_capa; /* IW_ENC_CAPA_* bit field */