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
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 */
1104 #define IW_EV_PARAM_LEN (IW_EV_LCP_LEN + sizeof(struct iw_param))
1123 #define IW_EV_PARAM_PK_LEN (IW_EV_LCP_PK_LEN + sizeof(struct iw_param))