Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:channel

2  * wpa_supplicant - Off-channel Action frame TX/RX
58 wpa_printf(MSG_DEBUG, "Off-channel: Send Action callback "
79 wpa_printf(MSG_DEBUG, "Off-channel: Pending Action frame TX "
88 * on the correct channel, but remain-on-channel cancel
91 wpa_printf(MSG_DEBUG, "Off-channel: Schedule "
92 "remain-on-channel to send Action frame");
96 wpa_printf(MSG_DEBUG, "Off-channel: Failed to "
98 "channel (%u MHz) for Action Frame "
109 wpa_printf(MSG_DEBUG, "Off-channel: Sending pending Action frame to "
120 wpa_printf(MSG_DEBUG, "Off-channel: Failed to send the "
151 wpa_printf(MSG_DEBUG, "Off-channel: Ignore Action TX status - "
157 wpa_printf(MSG_DEBUG, "Off-channel: Ignore Action TX status - "
165 wpa_printf(MSG_DEBUG, "Off-channel: TX status result=%d cb=%p",
179 * offchannel_send_action - Request off-channel Action frame TX
181 * @freq: The frequency in MHz indicating the channel on which the frame is to
182 * transmitted or 0 for the current channel (only if associated)
194 * current operating channel or on another channel (off-channel). The actual
196 * channel. The @wait_time parameter can be used to request the driver to remain
197 * awake on the channel to wait for a response.
210 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst="
218 wpa_printf(MSG_DEBUG, "Off-channel: Dropped pending Action "
225 wpa_printf(MSG_DEBUG, "Off-channel: Failed to allocate Action "
257 wpa_printf(MSG_DEBUG, "Off-channel: Already on "
258 "requested channel (TX interface operating "
259 "channel)");
265 wpa_printf(MSG_DEBUG, "Off-channel: Already on requested "
266 "channel; send Action frame immediately");
268 * duration on the channel? */
277 wpa_printf(MSG_DEBUG, "Off-channel: Already waiting for "
283 wpa_printf(MSG_DEBUG, "Off-channel: Schedule Action frame to be "
285 "channel");
291 wpa_printf(MSG_DEBUG, "Off-channel: Failed to request driver "
292 "to remain on channel (%u MHz) for Action "
308 * the channel that was used with offchannel_send_action().
312 wpa_printf(MSG_DEBUG, "Off-channel: Action frame sequence done "
329 * offchannel_remain_on_channel_cb - Remain-on-channel callback function
331 * @freq: Frequency (in MHz) of the selected channel
332 * @duration: Duration of the remain-on-channel operation in milliseconds
335 * remain-on-channel operation.
347 * offchannel_cancel_remain_on_channel_cb - Remain-on-channel stopped callback
349 * @freq: Frequency (in MHz) of the selected channel
352 * remain-on-channel operation.
389 * offchannel_deinit - Deinit off-channel operations
392 * This function is used to free up any allocated resources for off-channel