Lines Matching refs:pact_frm
105 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_is_pub_action() local
109 pact_frm = (wifi_p2p_pub_act_frame_t *)frame; in wl_cfgp2p_is_pub_action()
113 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in wl_cfgp2p_is_pub_action()
114 pact_frm->action == P2P_PUB_AF_ACTION && in wl_cfgp2p_is_pub_action()
115 pact_frm->oui_type == P2P_VER && in wl_cfgp2p_is_pub_action()
116 memcmp(pact_frm->oui, P2P_OUI, sizeof(pact_frm->oui)) == 0) { in wl_cfgp2p_is_pub_action()
221 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_print_actframe() local
229 pact_frm = (wifi_p2p_pub_act_frame_t *)frame; in wl_cfgp2p_print_actframe()
230 switch (pact_frm->subtype) { in wl_cfgp2p_print_actframe()
2790 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_need_wait_actfrmae() local
2793 if (!frame || (frame_len < (sizeof(*pact_frm) + WL_P2P_AF_STATUS_OFFSET - 1))) { in wl_cfgp2p_need_wait_actfrmae()
2798 pact_frm = (wifi_p2p_pub_act_frame_t *)frame; in wl_cfgp2p_need_wait_actfrmae()
2799 if (pact_frm->subtype == P2P_PAF_GON_RSP && tx) { in wl_cfgp2p_need_wait_actfrmae()
2801 status = pact_frm->elts[WL_P2P_AF_STATUS_OFFSET]; in wl_cfgp2p_need_wait_actfrmae()