Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Dwl_cfgp2p.c149 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm; in wl_cfgp2p_is_gas_action()
154 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)frame; in wl_cfgp2p_is_gas_action()
155 if (frame_len < (sizeof(wifi_p2psd_gas_pub_act_frame_t) - 1)) in wl_cfgp2p_is_gas_action()
193 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm; in wl_cfgp2p_print_actframe()
267 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)frame; in wl_cfgp2p_print_actframe()
Dwl_cfg80211.c4801 } else if (action_frame_len >= sizeof(wifi_p2psd_gas_pub_act_frame_t)) {
7913 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm = NULL;
7969 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)
/drivers/net/wireless/bcmdhd/common/include/proto/
Dp2p.h576 typedef struct wifi_p2psd_gas_pub_act_frame wifi_p2psd_gas_pub_act_frame_t; typedef