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()
631 u16 chanspecs[], s32 search_state, u16 action, in brcmf_p2p_escan() argument
744 p2p_params->eparams.action = cpu_to_le16(action); in brcmf_p2p_escan()
769 u16 action) in brcmf_p2p_run_escan() argument
829 action, P2PAPI_BSSCFG_DEVICE); in brcmf_p2p_run_escan()
1367 u8 action; in brcmf_p2p_notify_action_frame_rx() local
1379 action = P2P_PAF_SUBTYPE_INVALID; in brcmf_p2p_notify_action_frame_rx()
1382 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1383 if ((action == P2P_PAF_GON_REQ) && in brcmf_p2p_notify_action_frame_rx()
1396 if ((action == P2P_PAF_GON_CONF) || in brcmf_p2p_notify_action_frame_rx()
1397 (action == P2P_PAF_PROVDIS_RSP)) in brcmf_p2p_notify_action_frame_rx()
1399 if (action == P2P_PAF_GON_CONF) { in brcmf_p2p_notify_action_frame_rx()
1405 action = sd_act_frm->action; in brcmf_p2p_notify_action_frame_rx()
1409 (p2p->next_af_subtype == action)) { in brcmf_p2p_notify_action_frame_rx()
1410 brcmf_dbg(TRACE, "We got a right next frame! (%d)\n", action); in brcmf_p2p_notify_action_frame_rx()
1658 u8 action; in brcmf_p2p_send_action_frame() local
1674 action = action_frame->data[DOT11_ACTION_ACT_OFF]; in brcmf_p2p_send_action_frame()
1695 if (action == P2PSD_ACTION_ID_GAS_IREQ || in brcmf_p2p_send_action_frame()
1696 action == P2PSD_ACTION_ID_GAS_CREQ) { in brcmf_p2p_send_action_frame()
1702 p2p->next_af_subtype = action + 1; in brcmf_p2p_send_action_frame()
1706 } else if (action == P2PSD_ACTION_ID_GAS_IRESP || in brcmf_p2p_send_action_frame()
1707 action == P2PSD_ACTION_ID_GAS_CRESP) { in brcmf_p2p_send_action_frame()
1712 brcmf_err("Unknown action type: %d\n", action); in brcmf_p2p_send_action_frame()
1721 category, action); in brcmf_p2p_send_action_frame()