Searched refs:pact_frm (Results 1 – 1 of 1) sorted by relevance
220 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_is_pub_action() local225 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_is_pub_action()226 if (frame_len < sizeof(*pact_frm)) in brcmf_p2p_is_pub_action()229 if (pact_frm->category == WLAN_CATEGORY_PUBLIC && in brcmf_p2p_is_pub_action()230 pact_frm->action == WLAN_PUB_ACTION_VENDOR_SPECIFIC && in brcmf_p2p_is_pub_action()231 pact_frm->oui_type == WLAN_OUI_TYPE_WFA_P2P && in brcmf_p2p_is_pub_action()232 get_unaligned_be24(pact_frm->oui) == WLAN_OUI_WFA) in brcmf_p2p_is_pub_action()248 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_is_dpp_pub_action() local253 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_is_dpp_pub_action()257 if (pact_frm->category == WLAN_CATEGORY_PUBLIC && in brcmf_p2p_is_dpp_pub_action()[all …]