Home
last modified time | relevance | path

Searched refs:MCMD_D (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_11ax.c259 …DBG_HEXDUMP(MCMD_D, "2.4G HE capability IE ", (t_u8 *)pmadapter->hw_2g_he_cap, pmadapter->hw_2g_he… in wlan_update_11ax_cap()
268 …DBG_HEXDUMP(MCMD_D, "5G HE capability IE ", (t_u8 *)pmadapter->hw_he_cap, pmadapter->hw_hecap_len); in wlan_update_11ax_cap()
Dmlan_scan.c3629 … DBG_HEXDUMP(MCMD_D, "MBSSID extcap", pos, pextcap->ieee_hdr.len + sizeof(IEEEtypes_Header_t)); in wlan_parse_non_trans_bssid_profile()
3633 … DBG_HEXDUMP(MCMD_D, "MBSSID RSNX", pos, prsnx->ieee_hdr.len + sizeof(IEEEtypes_Header_t)); in wlan_parse_non_trans_bssid_profile()
3641 … DBG_HEXDUMP(MCMD_D, "MBSSID RSN", pos, prsn->ieee_hdr.len + sizeof(IEEEtypes_Header_t)); in wlan_parse_non_trans_bssid_profile()
4758 … DBG_HEXDUMP(MCMD_D, "BGSCAN: HT_CAPABILITIES IE", (t_u8 *)pht_cap, sizeof(MrvlIETypes_HTCap_t)); in wlan_cmd_bgscan_config()
4771 …DBG_HEXDUMP(MCMD_D, "BGSCAN: VHT_CAPABILITIES IE", (t_u8 *)pvht_cap, sizeof(MrvlIETypes_VHTCap_t)); in wlan_cmd_bgscan_config()
4787 DBG_HEXDUMP(MCMD_D, "BGSCAN: HE_CAPABILITIES IE", (t_u8 *)phe_cap, len); in wlan_cmd_bgscan_config()
Dmlan_11n.c1576 DBG_HEXDUMP(MCMD_D, "Send addba RA", peer_mac, MLAN_MAC_ADDR_LENGTH); in wlan_send_addba()
1669 DBG_HEXDUMP(MCMD_D, "Delba:", (t_u8 *)pdel_ba, 20); in wlan_11n_delete_bastream()
Dwifi-uap.c264 DBG_HEXDUMP(MCMD_D, "HE_CFG ", (t_u8 *)&he_cfg, sizeof(he_cfg)); in wifi_uap_set_11ax_status()
3360 …DBG_HEXDUMP(MCMD_D, "hecap_ie", (t_u8 *)hecap_ie, hecap_ie->ieee_hdr.len + sizeof(IEEEtypes_Header… in wifi_uap_set_11ax_status2()
3380 DBG_HEXDUMP(MCMD_D, "HE_CFG ", (t_u8 *)&he_cfg, sizeof(he_cfg)); in wifi_uap_set_11ax_status2()
Dmlan_glue.c2040 DBG_HEXDUMP(MCMD_D, "Wpa_ie", priv->wpa_ie, priv->wpa_ie_len); in wlan_set_wpa_ie_helper()
4806 DBG_HEXDUMP(MCMD_D, "ie", ie_buf, ie_len); in wlan_get_specific_ie()
5027 DBG_HEXDUMP(MCMD_D, "HT_CAP tlv", tlv, tlv_len + sizeof(MrvlIEtypesHeader_t)); in wrapper_wlan_check_uap_capability()
5033 DBG_HEXDUMP(MCMD_D, "VHT_CAP tlv", tlv, tlv_len + sizeof(MrvlIEtypesHeader_t)); in wrapper_wlan_check_uap_capability()
5043 DBG_HEXDUMP(MCMD_D, "HE_CAP tlv", tlv, tlv_len + sizeof(MrvlIEtypesHeader_t)); in wrapper_wlan_check_uap_capability()
5050 DBG_HEXDUMP(MCMD_D, "pkt_fwd tlv", tlv, tlv_len + sizeof(MrvlIEtypesHeader_t)); in wrapper_wlan_check_uap_capability()
Dmlan_sta_cmd.c2026 DBG_HEXDUMP(MCMD_D, "Enable CSI", csi_cfg_cmd, sizeof(HostCmd_DS_CSI_CFG));
2029 DBG_HEXDUMP(MCMD_D, "Disable CSI", csi_cfg_cmd, sizeof(HostCmd_DS_CSI_CFG));
Dmlan_11n_rxreorder.c1323 DBG_HEXDUMP(MCMD_D, "Event:", (t_u8 *)event, 20); in wlan_11n_ba_stream_timeout()
Dmlan_api.c5418 DBG_HEXDUMP(MCMD_D, "CSA IE", (t_u8 *)pcust_chansw_ie->ie_buffer, pcust_chansw_ie->ie_length); in wifi_set_ecsa_cfg()
5465 …DBG_HEXDUMP(MCMD_D, "ECSA IE", (t_u8 *)(pcust_chansw_ie->ie_buffer + sizeof(IEEEtypes_ChanSwitchAn… in wifi_set_ecsa_cfg()
5517 DBG_HEXDUMP(MCMD_D, "Channel switch wrapper IE", (t_u8 *)pChanSwWrap_ie, in wifi_set_ecsa_cfg()
Dmlan_cfp.c2890 …DBG_HEXDUMP(MCMD_D, "Operating class", (t_u8 *)poper_class, sizeof(MrvlIEtypesHeader_t) + poper_cl…
Dwifi.c2890 … DBG_HEXDUMP(MCMD_D, "assoc_req", pmbuf->pbuf + pmbuf->data_offset, pmbuf->data_len); in wlan_process_802dot11_mgmt_pkt2()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_decl.h301 #define MCMD_D MBIT(17) macro
Dmlan_main.h103 if ((drvdbg & MCMD_D) && (print_callback)) \
104 print_callback(MNULL, MCMD_D, msg); \