Searched refs:wifi_p2p_pub_act_frame_t (Results 1 – 3 of 3) sorted by relevance
77 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_is_pub_action()81 pact_frm = (wifi_p2p_pub_act_frame_t *)frame; in wl_cfgp2p_is_pub_action()82 if (frame_len < sizeof(wifi_p2p_pub_act_frame_t) -1) in wl_cfgp2p_is_pub_action()191 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_print_actframe()198 pact_frm = (wifi_p2p_pub_act_frame_t *)frame; in wl_cfgp2p_print_actframe()
4606 wifi_p2p_pub_act_frame_t *act_frm =4607 (wifi_p2p_pub_act_frame_t *) (action_frame->data);4794 (action_frame_len >= sizeof(wifi_p2p_pub_act_frame_t))) {7911 wifi_p2p_pub_act_frame_t *act_frm = NULL;7959 act_frm = (wifi_p2p_pub_act_frame_t *)
368 typedef struct wifi_p2p_pub_act_frame wifi_p2p_pub_act_frame_t; typedef