Lines Matching refs:pact_frm
107 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_is_pub_action() local
111 pact_frm = (wifi_p2p_pub_act_frame_t *)frame; in wl_cfgp2p_is_pub_action()
115 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in wl_cfgp2p_is_pub_action()
116 pact_frm->action == P2P_PUB_AF_ACTION && in wl_cfgp2p_is_pub_action()
117 pact_frm->oui_type == P2P_VER && in wl_cfgp2p_is_pub_action()
118 memcmp(pact_frm->oui, P2P_OUI, sizeof(pact_frm->oui)) == 0) { in wl_cfgp2p_is_pub_action()
240 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_print_actframe() local
247 pact_frm = (wifi_p2p_pub_act_frame_t *)frame; in wl_cfgp2p_print_actframe()
248 switch (pact_frm->subtype) { in wl_cfgp2p_print_actframe()
2723 wifi_p2p_pub_act_frame_t *pact_frm; local
2726 if (!frame || (frame_len < (sizeof(*pact_frm) + WL_P2P_AF_STATUS_OFFSET - 1))) {
2731 pact_frm = (wifi_p2p_pub_act_frame_t *)frame;
2732 if (pact_frm->subtype == P2P_PAF_GON_RSP && tx) {
2734 status = pact_frm->elts[WL_P2P_AF_STATUS_OFFSET];