Home
last modified time | relevance | path

Searched refs:afx_hdl (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c906 p2p->afx_hdl.my_listen_chan = err; in brcmf_p2p_scan_prep()
1118 struct afx_hdl *afx_hdl = container_of(work, struct afx_hdl, afx_work); in brcmf_p2p_afx_handler() local
1119 struct brcmf_p2p_info *p2p = container_of(afx_hdl, in brcmf_p2p_afx_handler()
1121 afx_hdl); in brcmf_p2p_afx_handler()
1125 if (!afx_hdl->is_active) in brcmf_p2p_afx_handler()
1128 if (afx_hdl->is_listen && afx_hdl->my_listen_chan) in brcmf_p2p_afx_handler()
1130 err = brcmf_p2p_discover_listen(p2p, afx_hdl->my_listen_chan, in brcmf_p2p_afx_handler()
1133 err = brcmf_p2p_act_frm_search(p2p, afx_hdl->peer_listen_chan); in brcmf_p2p_afx_handler()
1139 complete(&afx_hdl->act_frm_scan); in brcmf_p2p_afx_handler()
1152 struct afx_hdl *afx_hdl = &p2p->afx_hdl; in brcmf_p2p_af_searching_channel() local
[all …]
H A Dp2p.h86 struct afx_hdl { struct
133 struct afx_hdl afx_hdl; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgscan.c403 ndev = cfg->afx_hdl->dev; in wl_escan_handler()
467 cfg->afx_hdl->tx_dst_addr.octet, ETHER_ADDR_LEN)) { in wl_escan_handler()
476 MAC2STRDBG(cfg->afx_hdl->tx_dst_addr.octet), in wl_escan_handler()
480 cfg->afx_hdl->peer_chan = channel; in wl_escan_handler()
679 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
680 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
712 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
714 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
773 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
774 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
[all …]
H A Dwl_cfg80211.c9561 struct afx_hdl *afx_instance;
9565 BCM_SET_CONTAINER_OF(afx_instance, work, struct afx_hdl, work);
9568 if (cfg != NULL && cfg->afx_hdl->is_active) {
9569 if (cfg->afx_hdl->is_listen && cfg->afx_hdl->my_listen_chan) {
9570 ret = wl_cfgp2p_discover_listen(cfg, cfg->afx_hdl->my_listen_chan,
9573 ret = wl_cfgp2p_act_frm_search(cfg, cfg->afx_hdl->dev,
9574 cfg->afx_hdl->bssidx, cfg->afx_hdl->peer_listen_chan,
9598 cfg->afx_hdl->is_active = TRUE;
9600 if (cfg->afx_hdl->pending_tx_act_frm) {
9602 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame);
[all …]
H A Dwl_cfgp2p.c1144 if (cfg->afx_hdl->pending_tx_act_frm && cfg->afx_hdl->is_active) { in wl_cfgp2p_act_frm_search()
1146 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame); in wl_cfgp2p_act_frm_search()
1427 if (cfg->afx_hdl->is_listen == TRUE &&
1752 } else if (ETHER_ISBCAST(&cfg->afx_hdl->tx_dst_addr)) {
H A Dwl_cfg80211.h938 struct afx_hdl { struct
1317 struct afx_hdl *afx_hdl; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgscan.c398 ndev = cfg->afx_hdl->dev; in wl_escan_handler()
462 cfg->afx_hdl->tx_dst_addr.octet, ETHER_ADDR_LEN)) { in wl_escan_handler()
471 MAC2STRDBG(cfg->afx_hdl->tx_dst_addr.octet), in wl_escan_handler()
475 cfg->afx_hdl->peer_chan = channel; in wl_escan_handler()
674 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
675 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
707 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
709 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
768 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
769 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
[all …]
H A Dwl_cfg80211.c9456 struct afx_hdl *afx_instance;
9460 BCM_SET_CONTAINER_OF(afx_instance, work, struct afx_hdl, work);
9463 if (cfg != NULL && cfg->afx_hdl->is_active) {
9464 if (cfg->afx_hdl->is_listen && cfg->afx_hdl->my_listen_chan) {
9465 ret = wl_cfgp2p_discover_listen(cfg, cfg->afx_hdl->my_listen_chan,
9468 ret = wl_cfgp2p_act_frm_search(cfg, cfg->afx_hdl->dev,
9469 cfg->afx_hdl->bssidx, cfg->afx_hdl->peer_listen_chan,
9493 cfg->afx_hdl->is_active = TRUE;
9495 if (cfg->afx_hdl->pending_tx_act_frm) {
9497 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame);
[all …]
H A Dwl_cfgp2p.c1144 if (cfg->afx_hdl->pending_tx_act_frm && cfg->afx_hdl->is_active) { in wl_cfgp2p_act_frm_search()
1146 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame); in wl_cfgp2p_act_frm_search()
1427 if (cfg->afx_hdl->is_listen == TRUE &&
1752 } else if (ETHER_ISBCAST(&cfg->afx_hdl->tx_dst_addr)) {
H A Dwl_cfg80211.h930 struct afx_hdl { struct
1257 struct afx_hdl *afx_hdl; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgscan.c403 ndev = cfg->afx_hdl->dev; in wl_escan_handler()
467 cfg->afx_hdl->tx_dst_addr.octet, ETHER_ADDR_LEN)) { in wl_escan_handler()
476 MAC2STRDBG(cfg->afx_hdl->tx_dst_addr.octet), in wl_escan_handler()
480 cfg->afx_hdl->peer_chan = channel; in wl_escan_handler()
679 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
680 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
712 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
714 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
773 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
774 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
[all …]
H A Dwl_cfg80211.c9559 struct afx_hdl *afx_instance;
9563 BCM_SET_CONTAINER_OF(afx_instance, work, struct afx_hdl, work);
9566 if (cfg != NULL && cfg->afx_hdl->is_active) {
9567 if (cfg->afx_hdl->is_listen && cfg->afx_hdl->my_listen_chan) {
9568 ret = wl_cfgp2p_discover_listen(cfg, cfg->afx_hdl->my_listen_chan,
9571 ret = wl_cfgp2p_act_frm_search(cfg, cfg->afx_hdl->dev,
9572 cfg->afx_hdl->bssidx, cfg->afx_hdl->peer_listen_chan,
9596 cfg->afx_hdl->is_active = TRUE;
9598 if (cfg->afx_hdl->pending_tx_act_frm) {
9600 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame);
[all …]
H A Dwl_cfgp2p.c1144 if (cfg->afx_hdl->pending_tx_act_frm && cfg->afx_hdl->is_active) { in wl_cfgp2p_act_frm_search()
1146 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame); in wl_cfgp2p_act_frm_search()
1427 if (cfg->afx_hdl->is_listen == TRUE &&
1752 } else if (ETHER_ISBCAST(&cfg->afx_hdl->tx_dst_addr)) {
H A Dwl_cfg80211.h938 struct afx_hdl { struct
1317 struct afx_hdl *afx_hdl; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c3288 cfg->afx_hdl->my_listen_chan = in __wl_cfg80211_scan()
7729 struct afx_hdl *afx_instance; in wl_cfg80211_afx_handler()
7733 BCM_SET_CONTAINER_OF(afx_instance, work, struct afx_hdl, work); in wl_cfg80211_afx_handler()
7740 if (cfg->afx_hdl->is_active) { in wl_cfg80211_afx_handler()
7741 if (cfg->afx_hdl->is_listen && cfg->afx_hdl->my_listen_chan) { in wl_cfg80211_afx_handler()
7742 ret = wl_cfgp2p_discover_listen(cfg, cfg->afx_hdl->my_listen_chan, in wl_cfg80211_afx_handler()
7745 ret = wl_cfgp2p_act_frm_search(cfg, cfg->afx_hdl->dev, in wl_cfg80211_afx_handler()
7746 cfg->afx_hdl->bssidx, cfg->afx_hdl->peer_listen_chan, in wl_cfg80211_afx_handler()
7770 cfg->afx_hdl->is_active = TRUE; in wl_cfg80211_af_searching_channel()
7772 if (cfg->afx_hdl->pending_tx_act_frm) { in wl_cfg80211_af_searching_channel()
[all …]
H A Dwl_cfgp2p.c1044 if (cfg->afx_hdl->pending_tx_act_frm && cfg->afx_hdl->is_active) { in wl_cfgp2p_act_frm_search()
1046 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame); in wl_cfgp2p_act_frm_search()
1322 if (cfg->afx_hdl->is_listen == TRUE && in wl_cfgp2p_listen_complete()
1632 } else if (ETHER_ISBCAST(&cfg->afx_hdl->tx_dst_addr)) { in wl_cfgp2p_tx_action_frame()
H A Dwl_cfg80211.h633 struct afx_hdl { struct
822 struct afx_hdl *afx_hdl; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgscan.c954 ndev = cfg->afx_hdl->dev; in wl_escan_handler()
1039 cfg->afx_hdl->tx_dst_addr.octet, ETHER_ADDR_LEN)) { in wl_escan_handler()
1048 MAC2STRDBG(cfg->afx_hdl->tx_dst_addr.octet), in wl_escan_handler()
1052 cfg->afx_hdl->peer_chan = channel; in wl_escan_handler()
1256 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
1257 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
1287 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
1289 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
1360 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
1361 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
[all …]
H A Dwl_cfg80211.c8697 struct afx_hdl *afx_instance; in wl_cfg80211_afx_handler()
8701 BCM_SET_CONTAINER_OF(afx_instance, work, struct afx_hdl, work); in wl_cfg80211_afx_handler()
8704 if (cfg != NULL && cfg->afx_hdl->is_active) { in wl_cfg80211_afx_handler()
8705 if (cfg->afx_hdl->is_listen && cfg->afx_hdl->my_listen_chan) { in wl_cfg80211_afx_handler()
8706 ret = wl_cfgp2p_discover_listen(cfg, cfg->afx_hdl->my_listen_chan, in wl_cfg80211_afx_handler()
8709 ret = wl_cfgp2p_act_frm_search(cfg, cfg->afx_hdl->dev, in wl_cfg80211_afx_handler()
8710 cfg->afx_hdl->bssidx, cfg->afx_hdl->peer_listen_chan, in wl_cfg80211_afx_handler()
8734 cfg->afx_hdl->is_active = TRUE; in wl_cfg80211_af_searching_channel()
8736 if (cfg->afx_hdl->pending_tx_act_frm) { in wl_cfg80211_af_searching_channel()
8738 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame); in wl_cfg80211_af_searching_channel()
[all …]
H A Dwl_cfgp2p.c1149 if (cfg->afx_hdl->pending_tx_act_frm && cfg->afx_hdl->is_active) { in wl_cfgp2p_act_frm_search()
1151 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame); in wl_cfgp2p_act_frm_search()
1435 if (cfg->afx_hdl->is_listen == TRUE && in wl_cfgp2p_listen_complete()
1692 if (cfg->afx_hdl && !ETHER_ISBCAST(&cfg->afx_hdl->tx_dst_addr)) { in wl_cfgp2p_action_tx_complete()
1759 } else if (ETHER_ISBCAST(&cfg->afx_hdl->tx_dst_addr)) { in wl_cfgp2p_tx_action_frame()
H A Dwl_cfg80211.h1357 struct afx_hdl { struct
1777 struct afx_hdl *afx_hdl; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgscan.c950 ndev = cfg->afx_hdl->dev; in wl_escan_handler()
1035 cfg->afx_hdl->tx_dst_addr.octet, ETHER_ADDR_LEN)) { in wl_escan_handler()
1044 MAC2STRDBG(cfg->afx_hdl->tx_dst_addr.octet), in wl_escan_handler()
1048 cfg->afx_hdl->peer_chan = channel; in wl_escan_handler()
1252 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
1253 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
1283 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
1285 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
1356 wl_clr_drv_status(cfg, SCANNING, cfg->afx_hdl->dev); in wl_escan_handler()
1357 if (cfg->afx_hdl->peer_chan == WL_INVALID) in wl_escan_handler()
[all …]
H A Dwl_cfg80211.c8745 struct afx_hdl *afx_instance; in wl_cfg80211_afx_handler()
8749 BCM_SET_CONTAINER_OF(afx_instance, work, struct afx_hdl, work); in wl_cfg80211_afx_handler()
8752 if (cfg != NULL && cfg->afx_hdl->is_active) { in wl_cfg80211_afx_handler()
8753 if (cfg->afx_hdl->is_listen && cfg->afx_hdl->my_listen_chan) { in wl_cfg80211_afx_handler()
8754 ret = wl_cfgp2p_discover_listen(cfg, cfg->afx_hdl->my_listen_chan, in wl_cfg80211_afx_handler()
8757 ret = wl_cfgp2p_act_frm_search(cfg, cfg->afx_hdl->dev, in wl_cfg80211_afx_handler()
8758 cfg->afx_hdl->bssidx, cfg->afx_hdl->peer_listen_chan, in wl_cfg80211_afx_handler()
8782 cfg->afx_hdl->is_active = TRUE; in wl_cfg80211_af_searching_channel()
8784 if (cfg->afx_hdl->pending_tx_act_frm) { in wl_cfg80211_af_searching_channel()
8786 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame); in wl_cfg80211_af_searching_channel()
[all …]
H A Dwl_cfgp2p.c1162 if (cfg->afx_hdl->pending_tx_act_frm && cfg->afx_hdl->is_active) { in wl_cfgp2p_act_frm_search()
1164 action_frame = &(cfg->afx_hdl->pending_tx_act_frm->action_frame); in wl_cfgp2p_act_frm_search()
1448 if (cfg->afx_hdl->is_listen == TRUE && in wl_cfgp2p_listen_complete()
1705 if (cfg->afx_hdl && !ETHER_ISBCAST(&cfg->afx_hdl->tx_dst_addr)) { in wl_cfgp2p_action_tx_complete()
1772 } else if (ETHER_ISBCAST(&cfg->afx_hdl->tx_dst_addr)) { in wl_cfgp2p_tx_action_frame()
H A Dwl_cfg80211.h1357 struct afx_hdl { struct
1777 struct afx_hdl *afx_hdl; member