Lines Matching refs:action
160 u8 action; member
197 u8 action; member
236 pact_frm->action == P2P_PUB_AF_ACTION && in brcmf_p2p_is_pub_action()
293 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in brcmf_p2p_is_gas_action()
294 sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP || in brcmf_p2p_is_gas_action()
295 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ || in brcmf_p2p_is_gas_action()
296 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) in brcmf_p2p_is_gas_action()
393 switch (sd_act_frm->action) { in brcmf_p2p_print_actframe()
628 u16 chanspecs[], s32 search_state, u16 action, in brcmf_p2p_escan() argument
741 p2p_params->eparams.action = cpu_to_le16(action); in brcmf_p2p_escan()
766 u16 action) in brcmf_p2p_run_escan() argument
825 action, P2PAPI_BSSCFG_DEVICE); in brcmf_p2p_run_escan()
1362 u8 action; in brcmf_p2p_notify_action_frame_rx() local
1374 action = P2P_PAF_SUBTYPE_INVALID; in brcmf_p2p_notify_action_frame_rx()
1377 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1378 if ((action == P2P_PAF_GON_REQ) && in brcmf_p2p_notify_action_frame_rx()
1392 if ((action == P2P_PAF_GON_CONF) || in brcmf_p2p_notify_action_frame_rx()
1393 (action == P2P_PAF_PROVDIS_RSP)) in brcmf_p2p_notify_action_frame_rx()
1395 if (action == P2P_PAF_GON_CONF) { in brcmf_p2p_notify_action_frame_rx()
1401 action = sd_act_frm->action; in brcmf_p2p_notify_action_frame_rx()
1405 (p2p->next_af_subtype == action)) { in brcmf_p2p_notify_action_frame_rx()
1406 brcmf_dbg(TRACE, "We got a right next frame! (%d)\n", action); in brcmf_p2p_notify_action_frame_rx()
1655 u8 action; in brcmf_p2p_send_action_frame() local
1671 action = action_frame->data[DOT11_ACTION_ACT_OFF]; in brcmf_p2p_send_action_frame()
1692 if (action == P2PSD_ACTION_ID_GAS_IREQ || in brcmf_p2p_send_action_frame()
1693 action == P2PSD_ACTION_ID_GAS_CREQ) { in brcmf_p2p_send_action_frame()
1699 p2p->next_af_subtype = action + 1; in brcmf_p2p_send_action_frame()
1703 } else if (action == P2PSD_ACTION_ID_GAS_IRESP || in brcmf_p2p_send_action_frame()
1704 action == P2PSD_ACTION_ID_GAS_CRESP) { in brcmf_p2p_send_action_frame()
1709 brcmf_err("Unknown action type: %d\n", action); in brcmf_p2p_send_action_frame()
1718 category, action); in brcmf_p2p_send_action_frame()