Lines Matching defs:iw_range
959 struct iw_range { struct
961 __u32 throughput; /* To give an idea... */
970 __u32 min_nwid; /* Minimal NWID we are able to set */
971 __u32 max_nwid; /* Maximal NWID we are able to set */
974 __u16 old_num_channels;
975 __u8 old_num_frequency;
978 __u8 scan_capa; /* IW_SCAN_CAPA_* bit field */
981 __u32 event_capa[6];
984 __s32 sensitivity;
991 struct iw_quality max_qual; /* Quality of the link */
1001 struct iw_quality avg_qual; /* Quality of the link */
1004 __u8 num_bitrates; /* Number of entries in the list */
1005 __s32 bitrate[IW_MAX_BITRATES]; /* list, in bps */
1008 __s32 min_rts; /* Minimal RTS threshold */
1009 __s32 max_rts; /* Maximal RTS threshold */
1012 __s32 min_frag; /* Minimal frag threshold */
1013 __s32 max_frag; /* Maximal frag threshold */
1016 __s32 min_pmp; /* Minimal PM period */
1017 __s32 max_pmp; /* Maximal PM period */
1018 __s32 min_pmt; /* Minimal PM timeout */
1019 __s32 max_pmt; /* Maximal PM timeout */
1020 __u16 pmp_flags; /* How to decode max/min PM period */
1021 __u16 pmt_flags; /* How to decode max/min PM timeout */
1022 __u16 pm_capa; /* What PM options are supported */
1025 __u16 encoding_size[IW_MAX_ENCODING_SIZES]; /* Different token sizes */
1026 __u8 num_encoding_sizes; /* Number of entry in the list */
1027 __u8 max_encoding_tokens; /* Max number of tokens */
1029 __u8 encoding_login_index; /* token index for login token */
1032 __u16 txpower_capa; /* What options are supported */
1033 __u8 num_txpower; /* Number of entries in the list */
1034 __s32 txpower[IW_MAX_TXPOWER]; /* list, in bps */
1037 __u8 we_version_compiled; /* Must be WIRELESS_EXT */
1038 __u8 we_version_source; /* Last update of source */
1041 __u16 retry_capa; /* What retry options are supported */
1042 __u16 retry_flags; /* How to decode max/min retry limit */
1043 __u16 r_time_flags; /* How to decode max/min retry life */
1044 __s32 min_retry; /* Minimal number of retries */
1045 __s32 max_retry; /* Maximal number of retries */
1046 __s32 min_r_time; /* Minimal retry lifetime */
1047 __s32 max_r_time; /* Maximal retry lifetime */
1050 __u16 num_channels; /* Number of channels [0; num - 1] */
1051 __u8 num_frequency; /* Number of entry in the list */
1052 struct iw_freq freq[IW_MAX_FREQUENCIES]; /* list */
1056 __u32 enc_capa; /* IW_ENC_CAPA_* bit field */