Home
last modified time | relevance | path

Searched refs:sd_act_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.c162 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm; in wl_cfgp2p_is_gas_action() local
167 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)frame; in wl_cfgp2p_is_gas_action()
170 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in wl_cfgp2p_is_gas_action()
174 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP) in wl_cfgp2p_is_gas_action()
176 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action()
179 else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) in wl_cfgp2p_is_gas_action()
181 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action()
183 else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
184 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ) in wl_cfgp2p_is_gas_action()
189 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
[all …]
H A Dwl_cfg80211.c15032 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm = NULL; in wl_notify_rx_mgmt_frame() local
15123 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *) in wl_notify_rx_mgmt_frame()
15125 if (sd_act_frm && wl_get_drv_status_all(cfg, WAITING_NEXT_ACT_FRM)) { in wl_notify_rx_mgmt_frame()
15126 if (cfg->next_af_subtype == sd_act_frm->action) { in wl_notify_rx_mgmt_frame()
15128 sd_act_frm->action)); in wl_notify_rx_mgmt_frame()
15135 (void) sd_act_frm; in wl_notify_rx_mgmt_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgp2p.c151 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm; in wl_cfgp2p_is_gas_action() local
156 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)frame; in wl_cfgp2p_is_gas_action()
159 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in wl_cfgp2p_is_gas_action()
171 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP) { in wl_cfgp2p_is_gas_action()
173 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action()
176 } else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) { in wl_cfgp2p_is_gas_action()
178 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action()
180 } else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
181 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ) { in wl_cfgp2p_is_gas_action()
187 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
[all …]
H A Dwl_cfg80211.c14240 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm = NULL; in wl_notify_rx_mgmt_frame() local
14342 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *) in wl_notify_rx_mgmt_frame()
14344 if (sd_act_frm && wl_get_drv_status_all(cfg, WAITING_NEXT_ACT_FRM)) { in wl_notify_rx_mgmt_frame()
14345 if (cfg->next_af_subtype == sd_act_frm->action) { in wl_notify_rx_mgmt_frame()
14347 sd_act_frm->action)); in wl_notify_rx_mgmt_frame()
14354 (void) sd_act_frm; in wl_notify_rx_mgmt_frame()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgp2p.c179 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm; in wl_cfgp2p_is_gas_action() local
184 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)frame; in wl_cfgp2p_is_gas_action()
187 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in wl_cfgp2p_is_gas_action()
191 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP) in wl_cfgp2p_is_gas_action()
193 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action()
196 else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) in wl_cfgp2p_is_gas_action()
198 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action()
200 else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
201 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ) in wl_cfgp2p_is_gas_action()
206 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
[all …]
H A Dwl_cfg80211.c17288 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm = NULL; local
17377 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)
17379 if (sd_act_frm && wl_get_drv_status_all(cfg, WAITING_NEXT_ACT_FRM)) {
17380 if (cfg->next_af_subtype == sd_act_frm->action) {
17382 sd_act_frm->action));
17389 (void) sd_act_frm;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgp2p.c179 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm; in wl_cfgp2p_is_gas_action() local
184 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)frame; in wl_cfgp2p_is_gas_action()
187 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in wl_cfgp2p_is_gas_action()
191 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP) in wl_cfgp2p_is_gas_action()
193 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action()
196 else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) in wl_cfgp2p_is_gas_action()
198 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action()
200 else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
201 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ) in wl_cfgp2p_is_gas_action()
206 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
[all …]
H A Dwl_cfg80211.c17435 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm = NULL; local
17529 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)
17531 if (sd_act_frm && wl_get_drv_status_all(cfg, WAITING_NEXT_ACT_FRM)) {
17532 if (cfg->next_af_subtype == sd_act_frm->action) {
17534 sd_act_frm->action));
17541 (void) sd_act_frm;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgp2p.c179 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm; in wl_cfgp2p_is_gas_action() local
184 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)frame; in wl_cfgp2p_is_gas_action()
187 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in wl_cfgp2p_is_gas_action()
191 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP) in wl_cfgp2p_is_gas_action()
193 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action()
196 else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) in wl_cfgp2p_is_gas_action()
198 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action()
200 else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
201 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ) in wl_cfgp2p_is_gas_action()
206 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
[all …]
H A Dwl_cfg80211.c17437 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm = NULL; local
17531 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)
17533 if (sd_act_frm && wl_get_drv_status_all(cfg, WAITING_NEXT_ACT_FRM)) {
17534 if (cfg->next_af_subtype == sd_act_frm->action) {
17536 sd_act_frm->action));
17543 (void) sd_act_frm;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgp2p.c151 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm; in wl_cfgp2p_is_gas_action() local
156 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *)frame; in wl_cfgp2p_is_gas_action()
159 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in wl_cfgp2p_is_gas_action()
171 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP) { in wl_cfgp2p_is_gas_action()
173 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action()
176 } else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) { in wl_cfgp2p_is_gas_action()
178 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action()
180 } else if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
181 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ) { in wl_cfgp2p_is_gas_action()
187 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in wl_cfgp2p_is_gas_action()
[all …]
H A Dwl_cfg80211.c14373 wifi_p2psd_gas_pub_act_frame_t *sd_act_frm = NULL; in wl_notify_rx_mgmt_frame() local
14475 sd_act_frm = (wifi_p2psd_gas_pub_act_frame_t *) in wl_notify_rx_mgmt_frame()
14477 if (sd_act_frm && wl_get_drv_status_all(cfg, WAITING_NEXT_ACT_FRM)) { in wl_notify_rx_mgmt_frame()
14478 if (cfg->next_af_subtype == sd_act_frm->action) { in wl_notify_rx_mgmt_frame()
14480 sd_act_frm->action)); in wl_notify_rx_mgmt_frame()
14487 (void) sd_act_frm; in wl_notify_rx_mgmt_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c277 struct brcmf_p2psd_gas_pub_act_frame *sd_act_frm; in brcmf_p2p_is_gas_action() local
282 sd_act_frm = (struct brcmf_p2psd_gas_pub_act_frame *)frame; in brcmf_p2p_is_gas_action()
286 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in brcmf_p2p_is_gas_action()
289 if (sd_act_frm->action == P2PSD_ACTION_ID_GAS_IREQ || in brcmf_p2p_is_gas_action()
290 sd_act_frm->action == P2PSD_ACTION_ID_GAS_IRESP || in brcmf_p2p_is_gas_action()
291 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CREQ || in brcmf_p2p_is_gas_action()
292 sd_act_frm->action == P2PSD_ACTION_ID_GAS_CRESP) in brcmf_p2p_is_gas_action()
314 struct brcmf_p2psd_gas_pub_act_frame *sd_act_frm; in brcmf_p2p_print_actframe() local
388 sd_act_frm = (struct brcmf_p2psd_gas_pub_act_frame *)frame; in brcmf_p2p_print_actframe()
389 switch (sd_act_frm->action) { in brcmf_p2p_print_actframe()
[all …]