Home | History | Annotate | Download | only in linux

Lines Matching defs:iw_param

534 /* SIOCSIWAUTH/SIOCGIWAUTH struct iw_param flags */
538 * (IW_AUTH_INDEX mask in struct iw_param flags; this is the index of the
540 * struct iw_param value field) */
631 struct iw_param
874 struct iw_param nwid; /* network id (or domain - the cell) */
879 struct iw_param sens; /* signal level threshold */
880 struct iw_param bitrate; /* default bit rate */
881 struct iw_param txpower; /* default transmit power */
882 struct iw_param rts; /* RTS threshold threshold */
883 struct iw_param frag; /* Fragmentation threshold */
885 struct iw_param retry; /* Retry limits & lifetime */
888 struct iw_param power; /* PM duration/timeout */
894 struct iw_param param; /* Other small parameters */
1058 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))