Lines Matching refs:act_frm

255 	struct brcmf_p2p_action_frame *act_frm;  in brcmf_p2p_is_p2p_action()  local
260 act_frm = (struct brcmf_p2p_action_frame *)frame; in brcmf_p2p_is_p2p_action()
264 if (act_frm->category == P2P_AF_CATEGORY && in brcmf_p2p_is_p2p_action()
265 act_frm->type == P2P_VER && in brcmf_p2p_is_p2p_action()
266 memcmp(act_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_p2p_action()
318 struct brcmf_p2p_action_frame *act_frm; in brcmf_p2p_print_actframe() local
369 act_frm = (struct brcmf_p2p_action_frame *)frame; in brcmf_p2p_print_actframe()
370 switch (act_frm->subtype) { in brcmf_p2p_print_actframe()
1362 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_notify_action_frame_rx() local
1382 act_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_notify_action_frame_rx()
1383 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1556 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_pub_af_tx() local
1561 act_frm = (struct brcmf_p2p_pub_act_frame *)(action_frame->data); in brcmf_p2p_pub_af_tx()
1565 switch (act_frm->subtype) { in brcmf_p2p_pub_af_tx()
1571 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1577 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1593 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1604 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1616 if (cfg80211_get_p2p_attr(&act_frm->elts[0], ie_len, in brcmf_p2p_pub_af_tx()
1621 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1634 act_frm->subtype); in brcmf_p2p_pub_af_tx()