Lines Matching refs:act_frm

250 	struct brcmf_p2p_action_frame *act_frm;  in brcmf_p2p_is_p2p_action()  local
255 act_frm = (struct brcmf_p2p_action_frame *)frame; in brcmf_p2p_is_p2p_action()
256 if (frame_len < sizeof(*act_frm)) in brcmf_p2p_is_p2p_action()
259 if (act_frm->category == P2P_AF_CATEGORY && in brcmf_p2p_is_p2p_action()
260 act_frm->type == P2P_VER && in brcmf_p2p_is_p2p_action()
261 memcmp(act_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_p2p_action()
313 struct brcmf_p2p_action_frame *act_frm; in brcmf_p2p_print_actframe() local
364 act_frm = (struct brcmf_p2p_action_frame *)frame; in brcmf_p2p_print_actframe()
365 switch (act_frm->subtype) { in brcmf_p2p_print_actframe()
1397 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_notify_action_frame_rx() local
1422 act_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_notify_action_frame_rx()
1423 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1616 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_pub_af_tx() local
1621 act_frm = (struct brcmf_p2p_pub_act_frame *)(action_frame->data); in brcmf_p2p_pub_af_tx()
1625 switch (act_frm->subtype) { in brcmf_p2p_pub_af_tx()
1631 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1637 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1653 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1664 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1676 if (cfg80211_get_p2p_attr(&act_frm->elts[0], ie_len, in brcmf_p2p_pub_af_tx()
1681 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1694 act_frm->subtype); in brcmf_p2p_pub_af_tx()