Home | History | Annotate | Download | only in linux

Lines Matching defs:iw_param

564 /* SIOCSIWAUTH/SIOCGIWAUTH struct iw_param flags */
568 * (IW_AUTH_INDEX mask in struct iw_param flags; this is the index of the
570 * struct iw_param value field) */
673 struct iw_param {
902 struct iw_param nwid; /* network id (or domain - the cell) */
907 struct iw_param sens; /* signal level threshold */
908 struct iw_param bitrate; /* default bit rate */
909 struct iw_param txpower; /* default transmit power */
910 struct iw_param rts; /* RTS threshold threshold */
911 struct iw_param frag; /* Fragmentation threshold */
913 struct iw_param retry; /* Retry limits & lifetime */
916 struct iw_param power; /* PM duration/timeout */
922 struct iw_param param; /* Other small parameters */
1085 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
1104 #define IW_EV_PARAM_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_param))