Searched refs:iw_param (Results 1 – 2 of 2) sorted by relevance
674 struct iw_param { struct903 struct iw_param nwid; /* network id (or domain - the cell) */908 struct iw_param sens; /* signal level threshold */909 struct iw_param bitrate; /* default bit rate */910 struct iw_param txpower; /* default transmit power */911 struct iw_param rts; /* RTS threshold threshold */912 struct iw_param frag; /* Fragmentation threshold */914 struct iw_param retry; /* Retry limits & lifetime */917 struct iw_param power; /* PM duration/timeout */923 struct iw_param param; /* Other small parameters */[all …]
1307 struct iw_param p; in wext_get_scan_rate()1314 while (((ssize_t) clen) >= (ssize_t) sizeof(struct iw_param)) { in wext_get_scan_rate()1316 os_memcpy(&p, custom, sizeof(struct iw_param)); in wext_get_scan_rate()1319 clen -= sizeof(struct iw_param); in wext_get_scan_rate()1320 custom += sizeof(struct iw_param); in wext_get_scan_rate()