Home
last modified time | relevance | path

Searched refs:brcmf_p2p_pub_act_frame (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c158 struct brcmf_p2p_pub_act_frame { struct
226 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_is_pub_action()
231 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_is_pub_action()
232 if (frame_len < sizeof(struct brcmf_p2p_pub_act_frame) - 1) in brcmf_p2p_is_pub_action()
316 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_print_actframe()
324 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_print_actframe()
1361 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_notify_action_frame_rx()
1381 act_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_notify_action_frame_rx()
1555 struct brcmf_p2p_pub_act_frame *act_frm; in brcmf_p2p_pub_af_tx()
1560 act_frm = (struct brcmf_p2p_pub_act_frame *)(action_frame->data); in brcmf_p2p_pub_af_tx()
[all …]