Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfgp2p.c90 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_is_pub_action() local
94 pact_frm = (wifi_p2p_pub_act_frame_t *)frame; in wl_cfgp2p_is_pub_action()
98 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in wl_cfgp2p_is_pub_action()
99 pact_frm->action == P2P_PUB_AF_ACTION && in wl_cfgp2p_is_pub_action()
100 pact_frm->oui_type == P2P_VER && in wl_cfgp2p_is_pub_action()
101 memcmp(pact_frm->oui, P2P_OUI, sizeof(pact_frm->oui)) == 0) { in wl_cfgp2p_is_pub_action()
223 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_print_actframe() local
230 pact_frm = (wifi_p2p_pub_act_frame_t *)frame; in wl_cfgp2p_print_actframe()
231 switch (pact_frm->subtype) { in wl_cfgp2p_print_actframe()
2568 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_need_wait_actfrmae() local
[all …]
H A Dwl_cfg80211.c8218 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfg80211_send_action_frame() local
8219 pact_frm = (wifi_p2p_pub_act_frame_t *)(action_frame->data); in wl_cfg80211_send_action_frame()
8220 if (pact_frm->subtype == P2P_PAF_GON_RSP) { in wl_cfg80211_send_action_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgp2p.c105 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()
2777 wifi_p2p_pub_act_frame_t *pact_frm; in wl_cfgp2p_need_wait_actfrmae() local
[all …]
H A Dwl_cfg80211.c14078 wifi_p2p_pub_act_frame_t *pact_frm; in wl_gon_req_collision() local
14080 pact_frm = (wifi_p2p_pub_act_frame_t *)tx_act_frm->data; in wl_gon_req_collision()
14082 if (!(pact_frm->subtype == P2P_PAF_GON_REQ && in wl_gon_req_collision()
22070 wl_dpp_pa_frame_t *pact_frm; in wl_cfg80211_is_dpp_frame() local
22075 pact_frm = (wl_dpp_pa_frame_t *)frame; in wl_cfg80211_is_dpp_frame()
22080 if ((pact_frm->category == WL_PUB_AF_CATEGORY) && in wl_cfg80211_is_dpp_frame()
22081 (pact_frm->action == WL_PUB_AF_ACTION) && in wl_cfg80211_is_dpp_frame()
22082 (pact_frm->oui_type == WL_PUB_AF_WFA_STYPE_DPP) && in wl_cfg80211_is_dpp_frame()
22083 (memcmp(pact_frm->oui, WFA_OUI, sizeof(pact_frm->oui)) == 0)) { in wl_cfg80211_is_dpp_frame()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgp2p.c107 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
[all …]
H A Dwl_cfg80211.c17113 wifi_p2p_pub_act_frame_t *pact_frm; local
17115 pact_frm = (wifi_p2p_pub_act_frame_t *)tx_act_frm->data;
17117 if (!(pact_frm->subtype == P2P_PAF_GON_REQ &&
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgp2p.c107 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
[all …]
H A Dwl_cfg80211.c17260 wifi_p2p_pub_act_frame_t *pact_frm; local
17262 pact_frm = (wifi_p2p_pub_act_frame_t *)tx_act_frm->data;
17264 if (!(pact_frm->subtype == P2P_PAF_GON_REQ &&
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgp2p.c107 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
[all …]
H A Dwl_cfg80211.c17262 wifi_p2p_pub_act_frame_t *pact_frm; local
17264 pact_frm = (wifi_p2p_pub_act_frame_t *)tx_act_frm->data;
17266 if (!(pact_frm->subtype == P2P_PAF_GON_REQ &&
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgp2p.c105 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
[all …]
H A Dwl_cfg80211.c14211 wifi_p2p_pub_act_frame_t *pact_frm; in wl_gon_req_collision() local
14213 pact_frm = (wifi_p2p_pub_act_frame_t *)tx_act_frm->data; in wl_gon_req_collision()
14215 if (!(pact_frm->subtype == P2P_PAF_GON_REQ && in wl_gon_req_collision()
22315 wl_dpp_pa_frame_t *pact_frm; in wl_cfg80211_is_dpp_frame() local
22320 pact_frm = (wl_dpp_pa_frame_t *)frame; in wl_cfg80211_is_dpp_frame()
22325 if ((pact_frm->category == WL_PUB_AF_CATEGORY) && in wl_cfg80211_is_dpp_frame()
22326 (pact_frm->action == WL_PUB_AF_ACTION) && in wl_cfg80211_is_dpp_frame()
22327 (pact_frm->oui_type == WL_PUB_AF_WFA_STYPE_DPP) && in wl_cfg80211_is_dpp_frame()
22328 (memcmp(pact_frm->oui, WFA_OUI, sizeof(pact_frm->oui)) == 0)) { in wl_cfg80211_is_dpp_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c222 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_is_pub_action() local
227 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_is_pub_action()
231 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in brcmf_p2p_is_pub_action()
232 pact_frm->action == P2P_PUB_AF_ACTION && in brcmf_p2p_is_pub_action()
233 pact_frm->oui_type == P2P_VER && in brcmf_p2p_is_pub_action()
234 memcmp(pact_frm->oui, P2P_OUI, P2P_OUI_LEN) == 0) in brcmf_p2p_is_pub_action()
312 struct brcmf_p2p_pub_act_frame *pact_frm; in brcmf_p2p_print_actframe() local
320 pact_frm = (struct brcmf_p2p_pub_act_frame *)frame; in brcmf_p2p_print_actframe()
321 switch (pact_frm->subtype) { in brcmf_p2p_print_actframe()