Home
last modified time | relevance | path

Searched refs:mcs (Results 1 – 18 of 18) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/incl/
Dwifi_nxp_internal.h47 struct wifi_nxp_event_mcs_info mcs; member
150 unsigned char mcs[WIFI_NXP_HE_MAX_MCS_CAPAB_SIZE]; member
197 unsigned char mcs[WIFI_HE_MAX_MCS_CAPAB_SIZE];
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Dwifi_nxp_internal.c587 memset(&he_cap->mcs, 0xff, WIFI_HE_MAX_MCS_CAPAB_SIZE); in wifi_setup_he_cap()
588 memcpy(&he_cap->mcs, phe_cap->he_txrx_mcs_support, sizeof(phe_cap->he_txrx_mcs_support)); in wifi_setup_he_cap()
598 … memcpy((t_u8 *)&he_cap->mcs + sizeof(phe_cap->he_txrx_mcs_support), phe_cap->val, extra_mcs_size); in wifi_setup_he_cap()
Drtos_wpa_supp_if.c2270 band->ht_cap.mcs.wpa_supp_rx_highest = event->ht_cap.mcs.wifi_nxp_rx_highest; in wifi_nxp_parse_sband()
2273 band->ht_cap.mcs.wpa_supp_rx_mask[count] = in wifi_nxp_parse_sband()
2274 event->ht_cap.mcs.wifi_nxp_rx_mask[count]; in wifi_nxp_parse_sband()
2277 band->ht_cap.mcs.wpa_supp_tx_params = event->ht_cap.mcs.wifi_nxp_tx_params; in wifi_nxp_parse_sband()
2286 band->ht_cap.mcs.wpa_supp_reserved[count] = in wifi_nxp_parse_sband()
2287 event->ht_cap.mcs.wifi_nxp_reserved[count]; in wifi_nxp_parse_sband()
2305 memcpy(band->he_cap.mcs, event->he_cap.mcs, WIFI_NXP_HE_MAX_MCS_CAPAB_SIZE); in wifi_nxp_parse_sband()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/
Dwifi-decl.h88 t_u8 mcs;
108 struct mcs_field mcs;
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1181/
Dall_lib_device.cmake1130 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1182/
Dall_lib_device.cmake1130 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1187/
Dall_lib_device.cmake1130 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1042/
Dall_lib_device.cmake1082 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT685S/
Dall_lib_device.cmake1135 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT595S/
Dall_lib_device.cmake1279 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1189/
Dall_lib_device.cmake1259 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1052/
Dall_lib_device.cmake1109 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1062/
Dall_lib_device.cmake1271 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MIMXRT1176/
Dall_lib_device.cmake1430 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/
Dall_lib_device.cmake1555 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXN947/
Dall_lib_device.cmake1675 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXN547/
Dall_lib_device.cmake1583 # # description: edgefast_bluetooth le_audio.mcs
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c2640 …atus = wifi_setup_ht_cap(&wiphy.sband[0].ht_cap.wifi_nxp_cap, (t_u8 *)(&wiphy.sband[0].ht_cap.mcs), in wifi_nxp_get_wiphy()
2697 …atus = wifi_setup_ht_cap(&wiphy.sband[1].ht_cap.wifi_nxp_cap, (t_u8 *)(&wiphy.sband[1].ht_cap.mcs), in wifi_nxp_get_wiphy()