Home
last modified time | relevance | path

Searched refs:next_af_subtype (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c1479 (p2p->next_af_subtype == action)) { in brcmf_p2p_notify_action_frame_rx()
1653 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1659 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1675 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1686 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1703 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1709 p2p->next_af_subtype = P2P_PAF_GON_REQ; in brcmf_p2p_pub_af_tx()
1773 p2p->next_af_subtype = P2P_PAF_SUBTYPE_INVALID; in brcmf_p2p_send_action_frame()
1798 p2p->next_af_subtype = action + 1; in brcmf_p2p_send_action_frame()
1841 if (p2p->next_af_subtype != P2P_PAF_SUBTYPE_INVALID) { in brcmf_p2p_send_action_frame()
H A Dp2p.h131 u8 next_af_subtype; member