Home
last modified time | relevance | path

Searched refs:pht_cap (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11n.c435 static void wlan_fill_cap_info(mlan_private *priv, MrvlIETypes_HTCap_t *pht_cap, t_u16 bands) in wlan_fill_cap_info() argument
455 SETHT_SUPPCHANWIDTH(pht_cap->ht_cap.ht_cap_info); in wlan_fill_cap_info()
456 SETHT_DSSSCCK40(pht_cap->ht_cap.ht_cap_info); in wlan_fill_cap_info()
460 RESETHT_SUPPCHANWIDTH(pht_cap->ht_cap.ht_cap_info); in wlan_fill_cap_info()
461 RESETHT_DSSSCCK40(pht_cap->ht_cap.ht_cap_info); in wlan_fill_cap_info()
466 SETHT_GREENFIELD(pht_cap->ht_cap.ht_cap_info); in wlan_fill_cap_info()
470 RESETHT_GREENFIELD(pht_cap->ht_cap.ht_cap_info); in wlan_fill_cap_info()
475 SETHT_SHORTGI20(pht_cap->ht_cap.ht_cap_info); in wlan_fill_cap_info()
479 RESETHT_SHORTGI20(pht_cap->ht_cap.ht_cap_info); in wlan_fill_cap_info()
484 SETHT_SHORTGI40(pht_cap->ht_cap.ht_cap_info); in wlan_fill_cap_info()
[all …]
Dmlan_scan.c1009 MrvlIETypes_HTCap_t *pht_cap; in wlan_scan_setup_scan_config() local
1192 pht_cap = (MrvlIETypes_HTCap_t *)(void *)ptlv_pos; in wlan_scan_setup_scan_config()
1193 (void)__memset(pmadapter, pht_cap, 0, sizeof(MrvlIETypes_HTCap_t)); in wlan_scan_setup_scan_config()
1194 pht_cap->header.type = wlan_cpu_to_le16(HT_CAPABILITY); in wlan_scan_setup_scan_config()
1195 pht_cap->header.len = (t_u16)sizeof(HTCap_t); in wlan_scan_setup_scan_config()
1196 wlan_fill_ht_cap_tlv(pmpriv, pht_cap, pmpriv->config_bands); in wlan_scan_setup_scan_config()
1197 HEXDUMP("SCAN: HT_CAPABILITIES IE", (t_u8 *)pht_cap, sizeof(MrvlIETypes_HTCap_t)); in wlan_scan_setup_scan_config()
1199 pht_cap->header.len = wlan_cpu_to_le16(pht_cap->header.len); in wlan_scan_setup_scan_config()
1980 pbss_entry->pht_cap = &pbss_entry->ht_cap_saved; in wlan_interpret_bss_desc_with_ie()
1984 HEXDUMP("InterpretIE: Resp HTCAP_IE", (t_u8 *)pbss_entry->pht_cap, in wlan_interpret_bss_desc_with_ie()
[all …]
Dmlan_join.c955 …(pmpriv->config_bands & BAND_GN || pmpriv->config_bands & BAND_AN) && (pbss_desc->pht_cap != MNULL…
1116 (void)wlan_wmm_process_association_req(pmpriv, &pos, &pbss_desc->wmm_ie, pbss_desc->pht_cap);
1375 … ((pbss_desc->pht_cap != MNULL) && (pbss_desc->pht_cap->ieee_hdr.element_id == HT_CAPABILITY))) &&
1414 if (pbss_desc->pht_cap != MNULL)
1416 if ((GETHT_MAXAMSDU(pbss_desc->pht_cap->ht_cap.ht_cap_info)) != 0U)
1558 if ((pbss_desc->pht_cap && (((pbss_desc->ht_cap_saved.ht_cap.tx_bf_cap >> 4) & 0x1) == 0x0))
Dmlan_uap_cmdevent.c940 IEEEtypes_HTCap_t *pht_cap = MNULL; local
970pht_cap = (IEEEtypes_HTCap_t *)wlan_get_specific_ie(priv, assoc_req_ie, ie_len, HT_CAPABILITY…
971 if (pht_cap)
975 if (GETHT_MAXAMSDU(pht_cap->ht_cap.ht_cap_info))
Dmlan_11k.c487 else if (bss_entry->pht_cap != MNULL) in wlan_add_rm_beacon_report()
Dmlan_glue.c963 if (pmpriv->curr_bss_params.bss_descriptor.pht_cap) in wrapper_wlan_sta_ampdu_enable()
4875 IEEEtypes_HTCap_t *pht_cap = MNULL; in wrapper_wlan_check_sta_capability() local
4919 pht_cap = in wrapper_wlan_check_sta_capability()
4922 if (pht_cap != NULL) in wrapper_wlan_check_sta_capability()
4926 if (GETHT_MAXAMSDU(pht_cap->ht_cap.ht_cap_info) != 0U) in wrapper_wlan_check_sta_capability()
6745 if (d->pht_cap != NULL) in wrapper_bssdesc_second_set()
Dmlan_11ac.c1113 if ((pbss_desc->pht_cap->ht_cap.ht_cap_info & MBIT(1)) != 0U) in wlan_cmd_append_11ac_tlv()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_11n.h52 void wlan_fill_ht_cap_tlv(mlan_private *priv, MrvlIETypes_HTCap_t *pht_cap, t_u16 bands);
Dmlan_ieee.h2417 IEEEtypes_HTCap_t *pht_cap; member
Dmlan_fw.h487 ((priv)->curr_bss_params.bss_descriptor.pht_cap != MNULL))