Searched defs:iw_param (Results 1 – 5 of 5) sorted by relevance
260 struct iw_param { struct261 __s32 value;262 __u8 fixed;263 __u8 disabled;264 __u16 flags;
252 struct iw_param { struct253 __s32 value;254 __u8 fixed;255 __u8 disabled;256 __u16 flags;
680 struct iw_param { struct681 __s32 value; /* The value of the parameter itself */682 __u8 fixed; /* Hardware should not use auto select */683 __u8 disabled; /* Disable the feature */684 __u16 flags; /* Various specifc flags (if any) */
643 struct iw_cm_conn_param *iw_param) in iw_cm_accept()698 int iw_cm_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *iw_param) in iw_cm_connect()
4118 struct iw_cm_conn_param iw_param; in cma_connect_iw() local4283 struct iw_cm_conn_param iw_param; in cma_accept_iw() local