Searched refs:iw_range (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dwireless.h169 * - Increase the number of bitrates in iw_range to 32 (for 802.11g)
170 * - Increase the number of frequencies in iw_range to 32 (for 802.11b+a)
171 * - Reshuffle struct iw_range for increases, add filler
175 * - Add IW_ENCODE_TEMP and iw_range->encoding_login_index
181 * - Wireless Event capability in struct iw_range
192 * - Add struct iw_range bit field for supported encoding capabilities
435 * a few of them in the struct iw_range. */
542 /* Scan capability flags - in (struct iw_range *)->scan_capa */
641 /* Bit field values for enc_capa in struct iw_range */
648 /* Event capability macros - in (struct iw_range *)
968 struct iw_range struct
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c895 struct iw_range *range;
903 * Use larger buffer than struct iw_range in order to allow the
906 buflen = sizeof(struct iw_range) + 500;
H A Ddriver_atheros.c1486 struct iw_range *range;
1494 * Use larger buffer than struct iw_range in order to allow the
1497 buflen = sizeof(struct iw_range) + 500;
H A Ddriver_wext.c1606 struct iw_range *range;
1612 * Use larger buffer than struct iw_range in order to allow the
1615 buflen = sizeof(struct iw_range) + 500;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c895 struct iw_range *range;
903 * Use larger buffer than struct iw_range in order to allow the
906 buflen = sizeof(struct iw_range) + 500;
H A Ddriver_atheros.c1486 struct iw_range *range;
1494 * Use larger buffer than struct iw_range in order to allow the
1497 buflen = sizeof(struct iw_range) + 500;
H A Ddriver_wext.c1606 struct iw_range *range;
1612 * Use larger buffer than struct iw_range in order to allow the
1615 buflen = sizeof(struct iw_range) + 500;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c895 struct iw_range *range;
903 * Use larger buffer than struct iw_range in order to allow the
906 buflen = sizeof(struct iw_range) + 500;
H A Ddriver_atheros.c1486 struct iw_range *range;
1494 * Use larger buffer than struct iw_range in order to allow the
1497 buflen = sizeof(struct iw_range) + 500;
H A Ddriver_wext.c1606 struct iw_range *range;
1612 * Use larger buffer than struct iw_range in order to allow the
1615 buflen = sizeof(struct iw_range) + 500;

Completed in 335 milliseconds