Lines Matching full:quality
149 * - Add average quality (for user space calibration)
265 #define SIOCGIWSPY 0x8B11 /* get spy info (quality of link) */
368 #define IWEVQUAL 0x8C01 /* Quality part of statistics (scan) */
714 * Quality of the link
717 __u8 qual; /* link quality (%retries, SNR,
748 * Quality range (for spy threshold)
752 struct iw_quality qual; /* Quality of the link */
885 struct iw_quality qual; /* Quality of the link
924 struct iw_quality qual; /* Quality part of statistics */
986 /* Quality of link & SNR stuff */
987 /* Quality range (link, level, noise)
988 * If the quality is absolute, it will be in the range [0 ; max_qual],
989 * if the quality is dBm, it will be in the range [max_qual ; 0].
991 struct iw_quality max_qual; /* Quality of the link */
992 /* This should contain the average/typical values of the quality
995 * Currently, user space apps like quality monitors don't have any
997 * the range between 0 and max_qual in different quality level
1001 struct iw_quality avg_qual; /* Quality of the link */