Searched refs:he_cfg (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | rrsr.c | 44 cfg->he_cfg = GET_FIELD(rrsr_ctl_1, B_AX_WMAC_RRSR_HE); in mac_get_rrsr_cfg() 72 SET_WORD(cfg->he_cfg, B_AX_WMAC_RRSR_HE); in mac_set_rrsr_cfg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | rrsr.c | 44 cfg->he_cfg = GET_FIELD(rrsr_ctl_1, B_AX_WMAC_RRSR_HE); in mac_get_rrsr_cfg() 72 SET_WORD(cfg->he_cfg, B_AX_WMAC_RRSR_HE); in mac_set_rrsr_cfg()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_uap.c | 3696 int woal_11ax_cfg(moal_private *priv, t_u8 action, mlan_ds_11ax_he_cfg *he_cfg) in woal_11ax_cfg() argument 3711 moal_memcpy_ext(priv->phandle, &cfg_11ax->param.he_cfg, he_cfg, in woal_11ax_cfg() 3719 moal_memcpy_ext(priv->phandle, he_cfg, &cfg_11ax->param.he_cfg, in woal_11ax_cfg() 3744 mlan_ds_11ax_he_cfg he_cfg; in woal_uap_set_11ax_status() local 3755 memset(&he_cfg, 0, sizeof(he_cfg)); in woal_uap_set_11ax_status() 3757 he_cfg.band = MBIT(1); in woal_uap_set_11ax_status() 3759 he_cfg.band = MBIT(0); in woal_uap_set_11ax_status() 3765 if (woal_11ax_cfg(priv, MLAN_ACT_GET, &he_cfg)) { in woal_uap_set_11ax_status() 3774 he_cfg.he_cap.id = hecap_ie->ieee_hdr.element_id; in woal_uap_set_11ax_status() 3775 he_cfg.he_cap.len = hecap_ie->ieee_hdr.len; in woal_uap_set_11ax_status() [all …]
|
| H A D | moal_uap_cfg80211.c | 557 mlan_ds_11ax_he_cfg he_cfg; in woal_check_11ax_capability() local 579 memset(&he_cfg, 0, sizeof(he_cfg)); in woal_check_11ax_capability() 581 he_cfg.band = MBIT(1); in woal_check_11ax_capability() 583 he_cfg.band = MBIT(0); in woal_check_11ax_capability() 584 if (0 == woal_11ax_cfg(priv, MLAN_ACT_GET, &he_cfg)) { in woal_check_11ax_capability() 585 if (he_cfg.he_cap.len && in woal_check_11ax_capability() 586 (he_cfg.he_cap.ext_id == HE_CAPABILITY)) { in woal_check_11ax_capability() 587 if (memcmp(he_cfg.he_cap.he_txrx_mcs_support, in woal_check_11ax_capability()
|
| H A D | moal_cfg80211.c | 172 int woal_11ax_cfg(moal_private *priv, t_u8 action, mlan_ds_11ax_he_cfg *he_cfg); 3563 mlan_ds_11ax_he_cfg he_cfg; in woal_filter_beacon_ies() local 3567 he_cfg.band = MBIT(0); in woal_filter_beacon_ies() 3569 he_cfg.band = MBIT(1); in woal_filter_beacon_ies() 3573 priv->channel, he_cfg.band); in woal_filter_beacon_ies() 3577 &he_cfg)) { in woal_filter_beacon_ies() 3579 *)&he_cfg in woal_filter_beacon_ies() 3583 he_cfg.he_cap.len; in woal_filter_beacon_ies() 3585 he_cfg.he_cap.id; in woal_filter_beacon_ies()
|
| H A D | moal_uap.h | 595 int woal_11ax_cfg(moal_private *priv, t_u8 action, mlan_ds_11ax_he_cfg *he_cfg);
|
| H A D | mlan_ioctl.h | 3997 mlan_ds_11ax_he_cfg he_cfg; member
|
| H A D | moal_eth_ioctl.c | 14694 moal_memcpy_ext(priv->phandle, (t_u8 *)&cfg->param.he_cfg, in woal_priv_11axcfg_cmd() 14703 moal_memcpy_ext(priv->phandle, respbuf, (t_u8 *)&cfg->param.he_cfg, in woal_priv_11axcfg_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_11ax.c | 664 if ((cfg->param.he_cfg.band & MBIT(0)) && in wlan_11ax_ioctl_hecfg() 669 if ((cfg->param.he_cfg.band & MBIT(1)) && in wlan_11ax_ioctl_hecfg() 682 (t_void *)&cfg->param.he_cfg); in wlan_11ax_ioctl_hecfg() 793 cfg->param.he_cfg.band = axcfg->band_config; in wlan_ret_11ax_cfg() 794 hecap = (mlan_ds_11ax_he_capa *)&cfg->param.he_cfg.he_cap; in wlan_ret_11ax_cfg() 812 if (cfg->param.he_cfg.band & MBIT(1)) { in wlan_ret_11ax_cfg()
|
| H A D | mlan_ioctl.h | 3997 mlan_ds_11ax_he_cfg he_cfg; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | mac_def.h | 12039 u32 he_cfg:8; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | mac_def.h | 12039 u32 he_cfg:8; member
|