Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c226 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_is_pub_action() local
231 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_is_pub_action()
235 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in brcmf_p2p_is_pub_action()
236 pact_frm->action == P2P_PUB_AF_ACTION && in brcmf_p2p_is_pub_action()
237 pact_frm->oui_type == P2P_VER && in brcmf_p2p_is_pub_action()
238 memcmp(pact_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_pub_action()
316 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_print_actframe() local
324 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_print_actframe()
325 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe()