Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/
Drtos_wpa_supp_if.c2922 int wifi_nxp_hostapd_set_modes(void *if_priv, struct hostapd_hw_modes *modes) in wifi_nxp_hostapd_set_modes() argument
2929 if ((!if_priv) || (!modes)) in wifi_nxp_hostapd_set_modes()
2935 …status = wifi_setup_ht_cap(&modes[HOSTAPD_MODE_IEEE80211G].ht_capab, &modes[HOSTAPD_MODE_IEEE80211… in wifi_nxp_hostapd_set_modes()
2936 &modes[HOSTAPD_MODE_IEEE80211G].a_mpdu_params, 0); in wifi_nxp_hostapd_set_modes()
2946 …status = wifi_setup_ht_cap(&modes[HOSTAPD_MODE_IEEE80211A].ht_capab, &modes[HOSTAPD_MODE_IEEE80211… in wifi_nxp_hostapd_set_modes()
2947 &modes[HOSTAPD_MODE_IEEE80211A].a_mpdu_params, 1); in wifi_nxp_hostapd_set_modes()
2956 modes[HOSTAPD_MODE_IEEE80211G].flags |= HOSTAPD_MODE_FLAG_HT_INFO_KNOWN; in wifi_nxp_hostapd_set_modes()
2960 modes[HOSTAPD_MODE_IEEE80211A].flags |= HOSTAPD_MODE_FLAG_HT_INFO_KNOWN; in wifi_nxp_hostapd_set_modes()
2965 status = wifi_setup_vht_cap((t_u32 *)&modes[HOSTAPD_MODE_IEEE80211G].vht_capab, in wifi_nxp_hostapd_set_modes()
2966 modes[HOSTAPD_MODE_IEEE80211G].vht_mcs_set, 0); in wifi_nxp_hostapd_set_modes()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/incl/
Drtos_wpa_supp_if.h171 int wifi_nxp_hostapd_set_modes(void *if_priv, struct hostapd_hw_modes *modes);
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md18 …e full comprehension of the device by providing a resources and operating modes constraints mechan…
39 - Manage the transition for the different operating modes by seamlessly modifying the registers bas…
60 …cific for each device and describes the entry/exit sequences of the power modes, called the sequen…
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Sfdp.c1879 …const Qspi_Ip_SfdpModes modes[4U] = {QSPI_IP_SFDP_4S_4D_4D, QSPI_IP_SFDP_4S_4S_4S, QSPI_IP_SFDP_2… in Qspi_Ip_SfdpFindWorkingMode() local
1889 Qspi_Ip_SfdpInitLut(instance, modes[idx]); in Qspi_Ip_SfdpFindWorkingMode()
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c1874 …const Qspi_Ip_SfdpModes modes[4U] = {QSPI_IP_SFDP_4S_4D_4D, QSPI_IP_SFDP_4S_4S_4S, QSPI_IP_SFDP_2… in Qspi_Ip_SfdpFindWorkingMode() local
1884 Qspi_Ip_SfdpInitLut(instance, modes[idx]); in Qspi_Ip_SfdpFindWorkingMode()