Lines Matching refs:act_frm

254 	struct brcmf_p2p_action_frame *act_frm;  in brcmf_p2p_is_p2p_action()  local
259 act_frm = (struct brcmf_p2p_action_frame *)frame; in brcmf_p2p_is_p2p_action()
263 if (act_frm->category == P2P_AF_CATEGORY && in brcmf_p2p_is_p2p_action()
264 act_frm->type == P2P_VER && in brcmf_p2p_is_p2p_action()
265 memcmp(act_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_p2p_action()
317 struct brcmf_p2p_action_frame *act_frm; in brcmf_p2p_print_actframe() local
368 act_frm = (struct brcmf_p2p_action_frame *)frame; in brcmf_p2p_print_actframe()
369 switch (act_frm->subtype) { in brcmf_p2p_print_actframe()
1361 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_notify_action_frame_rx() local
1381 act_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_notify_action_frame_rx()
1382 action = act_frm->subtype; in brcmf_p2p_notify_action_frame_rx()
1555 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_pub_af_tx() local
1560 act_frm = (struct brcmf_p2p_pub_act_frame *)(action_frame->data); in brcmf_p2p_pub_af_tx()
1564 switch (act_frm->subtype) { in brcmf_p2p_pub_af_tx()
1570 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1576 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1592 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1603 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1615 if (cfg80211_get_p2p_attr(&act_frm->elts[0], ie_len, in brcmf_p2p_pub_af_tx()
1620 p2p->next_af_subtype = act_frm->subtype + 1; in brcmf_p2p_pub_af_tx()
1633 act_frm->subtype); in brcmf_p2p_pub_af_tx()