Lines Matching defs:event
24 enum iw_cm_event_type event;
39 * @cm_id: The IW CM identifier associated with the event.
40 * @event: Pointer to the event structure.
43 struct iw_cm_event *event);
47 * events to the IW CM. Returns either 0 indicating the event was processed
48 * or -errno if the event could not be processed.
50 * @cm_id: The IW CM identifier associated with the event.
51 * @event: Pointer to the event structure.
54 struct iw_cm_event *event);
157 * The specified cm_id will have been provided in the event data for a
158 * CONNECT_REQUEST event. Subsequent events related to this connection will be
202 * The IW CM identifier is still active until the IW_CM_EVENT_CLOSE event is
221 * @reason: Value returned in the REJECT event status field.