Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c222 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_is_pub_action() local
227 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() local
320 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_print_actframe()
321 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe()