Searched defs:iw_param (Results 1 – 5 of 5) sorted by relevance
674 struct iw_param { struct675 __s32 value; /* The value of the parameter itself */676 __u8 fixed; /* Hardware should not use auto select */677 __u8 disabled; /* Disable the feature */678 __u16 flags; /* Various specifc flags (if any) */
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