Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c277 struct brcmf_p2psd_gas_pub_act_frame *sd_act_frm; in brcmf_p2p_is_gas_action() local
283 if (frame_len < sizeof(*sd_act_frm)) in brcmf_p2p_is_gas_action()
286 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in brcmf_p2p_is_gas_action()
289 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in brcmf_p2p_is_gas_action()
290 sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP || in brcmf_p2p_is_gas_action()
291 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ || in brcmf_p2p_is_gas_action()
292 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) in brcmf_p2p_is_gas_action()
314 struct brcmf_p2psd_gas_pub_act_frame *sd_act_frm; in brcmf_p2p_print_actframe() local
389 switch (sd_act_frm->action) { in brcmf_p2p_print_actframe()
1398 struct brcmf_p2psd_gas_pub_act_frame *sd_act_frm; in brcmf_p2p_notify_action_frame_rx() local
[all …]