Lines Matching refs:action

161 	u8	action;  member
198 u8 action; member
237 pact_frm->action == P2P_PUB_AF_ACTION && in brcmf_p2p_is_pub_action()
294 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in brcmf_p2p_is_gas_action()
295 sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP || in brcmf_p2p_is_gas_action()
296 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ || in brcmf_p2p_is_gas_action()
297 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) in brcmf_p2p_is_gas_action()
394 switch (sd_act_frm->action) { in brcmf_p2p_print_actframe()
632 u16 chanspecs[], s32 search_state, u16 action, in brcmf_p2p_escan() argument
745 p2p_params->eparams.action = cpu_to_le16(action); in brcmf_p2p_escan()
770 u16 action) in brcmf_p2p_run_escan() argument
830 action, P2PAPI_BSSCFG_DEVICE); in brcmf_p2p_run_escan()
1368 u8 action; in brcmf_p2p_notify_action_frame_rx() local
1380 action = P2P_PAF_SUBTYPE_INVALID; in brcmf_p2p_notify_action_frame_rx()
1383 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1384 if ((action == P2P_PAF_GON_REQ) && in brcmf_p2p_notify_action_frame_rx()
1397 if ((action == P2P_PAF_GON_CONF) || in brcmf_p2p_notify_action_frame_rx()
1398 (action == P2P_PAF_PROVDIS_RSP)) in brcmf_p2p_notify_action_frame_rx()
1400 if (action == P2P_PAF_GON_CONF) { in brcmf_p2p_notify_action_frame_rx()
1406 action = sd_act_frm->action; in brcmf_p2p_notify_action_frame_rx()
1410 (p2p->next_af_subtype == action)) { in brcmf_p2p_notify_action_frame_rx()
1411 brcmf_dbg(TRACE, "We got a right next frame! (%d)\n", action); in brcmf_p2p_notify_action_frame_rx()
1659 u8 action; in brcmf_p2p_send_action_frame() local
1675 action = action_frame->data[DOT11_ACTION_ACT_OFF]; in brcmf_p2p_send_action_frame()
1696 if (action == P2PSD_ACTION_ID_GAS_IREQ || in brcmf_p2p_send_action_frame()
1697 action == P2PSD_ACTION_ID_GAS_CREQ) { in brcmf_p2p_send_action_frame()
1703 p2p->next_af_subtype = action + 1; in brcmf_p2p_send_action_frame()
1707 } else if (action == P2PSD_ACTION_ID_GAS_IRESP || in brcmf_p2p_send_action_frame()
1708 action == P2PSD_ACTION_ID_GAS_CRESP) { in brcmf_p2p_send_action_frame()
1713 brcmf_err("Unknown action type: %d\n", action); in brcmf_p2p_send_action_frame()
1722 category, action); in brcmf_p2p_send_action_frame()