Searched refs:pact_frm (Results 1 – 1 of 1) sorted by relevance
228 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_is_pub_action() local233 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_is_pub_action()237 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in brcmf_p2p_is_pub_action()238 pact_frm->action == P2P_PUB_AF_ACTION && in brcmf_p2p_is_pub_action()239 pact_frm->oui_type == P2P_VER && in brcmf_p2p_is_pub_action()240 memcmp(pact_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_pub_action()318 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_print_actframe() local326 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_print_actframe()327 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe()