Home
last modified time | relevance | path

Searched refs:iw_param (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dwireless.h673 struct iw_param struct
917 struct iw_param nwid; /* network id (or domain - the cell) */
922 struct iw_param sens; /* signal level threshold */
923 struct iw_param bitrate; /* default bit rate */
924 struct iw_param txpower; /* default transmit power */
925 struct iw_param rts; /* RTS threshold threshold */
926 struct iw_param frag; /* Fragmentation threshold */
928 struct iw_param retry; /* Retry limits & lifetime */
931 struct iw_param power; /* PM duration/timeout */
937 struct iw_param param; /* Other small parameters */
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c1315 struct iw_param p; in wext_get_scan_rate()
1322 while (((ssize_t) clen) >= (ssize_t) sizeof(struct iw_param)) { in wext_get_scan_rate()
1324 os_memcpy(&p, custom, sizeof(struct iw_param)); in wext_get_scan_rate()
1327 clen -= sizeof(struct iw_param); in wext_get_scan_rate()
1328 custom += sizeof(struct iw_param); in wext_get_scan_rate()