Lines Matching refs:act_frm

256 	struct brcmf_p2p_action_frame *act_frm;  in brcmf_p2p_is_p2p_action()  local
261 act_frm = (struct brcmf_p2p_action_frame *)frame; in brcmf_p2p_is_p2p_action()
265 if (act_frm->category == P2P_AF_CATEGORY && in brcmf_p2p_is_p2p_action()
266 act_frm->type == P2P_VER && in brcmf_p2p_is_p2p_action()
267 memcmp(act_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_p2p_action()
319 struct brcmf_p2p_action_frame *act_frm; in brcmf_p2p_print_actframe() local
370 act_frm = (struct brcmf_p2p_action_frame *)frame; in brcmf_p2p_print_actframe()
371 switch (act_frm->subtype) { in brcmf_p2p_print_actframe()
1349 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_notify_action_frame_rx() local
1374 act_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_notify_action_frame_rx()
1375 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1548 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_pub_af_tx() local
1553 act_frm = (struct brcmf_p2p_pub_act_frame *)(action_frame->data); in brcmf_p2p_pub_af_tx()
1557 switch (act_frm->subtype) { in brcmf_p2p_pub_af_tx()
1563 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1569 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1585 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1596 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1608 if (cfg80211_get_p2p_attr(&act_frm->elts[0], ie_len, in brcmf_p2p_pub_af_tx()
1613 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1626 act_frm->subtype); in brcmf_p2p_pub_af_tx()