Lines Matching full:action
2 * wpa_supplicant - Off-channel Action frame TX/RX
37 * the GO interface, make sure non-Public Action frames in wpas_get_tx_interface()
39 * interface can only send Public Action frames. in wpas_get_tx_interface()
42 "P2P: Use GO interface %s instead of interface %s for Action TX", in wpas_get_tx_interface()
61 "instead of interface %s for Action TX", in wpas_get_tx_interface()
80 …"Off-channel: Send Action callback (without_roc=%d pending_action_tx=%p pending_action_tx_done=%d)… in wpas_send_action_cb()
90 * Action frames are actually sent within a P2P Group and when that is in wpas_send_action_cb()
101 wpa_printf(MSG_DEBUG, "Off-channel: Pending Action frame TX " in wpas_send_action_cb()
115 "remain-on-channel to send Action frame"); in wpas_send_action_cb()
130 "channel (%u MHz) for Action Frame " in wpas_send_action_cb()
141 wpa_printf(MSG_DEBUG, "Off-channel: Sending pending Action frame to " in wpas_send_action_cb()
154 "pending Action frame"); in wpas_send_action_cb()
171 * @dst: Destination MAC address of the transmitted Action frame
184 wpa_printf(MSG_DEBUG, "Off-channel: Ignore Action TX status - " in offchannel_send_action_tx_status()
190 wpa_printf(MSG_DEBUG, "Off-channel: Ignore Action TX status - " in offchannel_send_action_tx_status()
199 wpa_printf(MSG_DEBUG, "Off-channel: Ignore Action TX status - " in offchannel_send_action_tx_status()
209 "Off-channel: Delete matching pending action frame (dst=" in offchannel_send_action_tx_status()
239 * offchannel_send_action - Request off-channel Action frame TX
243 * @dst: Action frame destination MAC address
244 * @src: Action frame source MAC address
245 * @bssid: Action frame BSSID
253 * This function is used to request an Action frame to be transmitted on the
270 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst=" in offchannel_send_action()
278 wpa_printf(MSG_DEBUG, "Off-channel: Dropped pending Action " in offchannel_send_action()
289 wpa_printf(MSG_DEBUG, "Off-channel: Failed to allocate Action " in offchannel_send_action()
301 "Off-channel: Stored pending action frame (dst=" MACSTR in offchannel_send_action()
341 "channel; send Action frame immediately"); in offchannel_send_action()
354 "waiting to send the Action frame", freq); in offchannel_send_action()
358 wpa_printf(MSG_DEBUG, "Off-channel: Schedule Action frame to be " in offchannel_send_action()
374 "to remain on channel (%u MHz) for Action " in offchannel_send_action()
386 * offchannel_send_send_action_done - Notify completion of Action frame sequence
395 …"Off-channel: Action frame sequence done notification: pending_action_tx=%p drv_offchan_tx=%d acti… in offchannel_send_action_done()
448 * offchannel_pending_action_tx - Check whether there is a pending Action TX
452 * This function can be used to check whether there is a pending Action frame TX
464 * offchannel_clear_pending_action_tx - Clear pending Action frame TX
470 "Off-channel: Clear pending Action frame TX (pending_action_tx=%p", in offchannel_clear_pending_action_tx()