Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c227 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_is_pub_action() local
232 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_is_pub_action()
236 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in brcmf_p2p_is_pub_action()
237 pact_frm->action == P2P_PUB_AF_ACTION && in brcmf_p2p_is_pub_action()
238 pact_frm->oui_type == P2P_VER && in brcmf_p2p_is_pub_action()
239 memcmp(pact_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_pub_action()
317 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_print_actframe() local
325 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_print_actframe()
326 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe()