Lines Matching full:time

14  * DOC: Time Events - what is it?
16 * Time Events are a fw feature that allows the driver to control the presence
18 * concurrently, the fw may choose to jump to another channel at any time.
19 * In order to make sure that the fw is on a specific channel at a certain time
20 * and for a certain duration, the driver needs to issue a time event.
22 * The simplest example is for BSS association. The driver issues a time event,
32 * time and for a certain duration, it sends a Time Event. The flow against the
42 * What is the start time of the event?
43 * Is there an end-time for the event?
53 * In order to simplify the use of time events to the rest of the driver,
54 * we abstract the use of time events. This component provides the functions
68 * @max_delay: maximum delay before starting the time event (in TU)
69 * @wait_for_notif: true if it is required that a time event notification be
70 * waited for (that the time event has been scheduled before returning)
91 * the other bindings wait for the medium during that time.
135 * iwl_mvm_remove_time_event - general function to clean up of time event
137 * @vif: the vif to which the time event belongs
138 * @te_data: the time event data that corresponds to that time event
140 * This function can be used to cancel a time event regardless its type.
141 * It is useful for cleaning up time events running before removing an
149 * iwl_mvm_te_clear_data - remove time event from list
151 * @te_data: the time event data to remove
170 * @apply_time: NoA start time in GP2.
172 * This function is used to schedule NoA time event and is used to perform
181 * @te_data: the time event data that corresponds to that time event