Searched refs:pact_frm (Results 1 – 1 of 1) sorted by relevance
222 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_is_pub_action() local227 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_is_pub_action()228 if (frame_len < sizeof(*pact_frm)) in brcmf_p2p_is_pub_action()231 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in brcmf_p2p_is_pub_action()232 pact_frm->action == P2P_PUB_AF_ACTION && in brcmf_p2p_is_pub_action()233 pact_frm->oui_type == P2P_VER && in brcmf_p2p_is_pub_action()234 memcmp(pact_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_pub_action()312 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_print_actframe() local320 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_print_actframe()321 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe()