/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | wifi-uap.c | 97 static int wifi_uap_set_11ac_status(mlan_private *pmpriv, t_u8 action, t_u8 bandwidth, t_u8 channel) in wifi_uap_set_11ac_status() argument 129 if (BANDWIDTH_80MHZ == bandwidth) in wifi_uap_set_11ac_status() 209 int wifi_uap_set_11ax_status(mlan_private *pmpriv, t_u8 action, t_u8 band, t_u8 bandwidth) in wifi_uap_set_11ax_status() argument 233 if (bandwidth == BANDWIDTH_20MHZ) in wifi_uap_set_11ax_status() 386 t_u8 bandwidth, in wifi_cmd_uap_config() argument 670 if (bandwidth == BANDWIDTH_40MHZ in wifi_cmd_uap_config() 672 || bandwidth == BANDWIDTH_80MHZ in wifi_cmd_uap_config() 687 else if (bandwidth == BANDWIDTH_20MHZ) in wifi_cmd_uap_config() 725 (void)wifi_uap_set_11ac_status(pmpriv, MLAN_ACT_ENABLE, bandwidth, channel); in wifi_cmd_uap_config() 729 (void)wifi_uap_set_11ac_status(pmpriv, MLAN_ACT_DISABLE, bandwidth, channel); in wifi_cmd_uap_config() [all …]
|
D | mlan_misc.c | 929 t_u8 channel, bandwidth, oper_class = 0; in wlan_misc_ioctl_oper_class() local 936 switch (misc->param.bw_chan_oper.bandwidth) in wlan_misc_ioctl_oper_class() 939 bandwidth = BW_20MHZ; in wlan_misc_ioctl_oper_class() 942 bandwidth = BW_40MHZ; in wlan_misc_ioctl_oper_class() 945 bandwidth = BW_80MHZ; in wlan_misc_ioctl_oper_class() 948 bandwidth = BW_20MHZ; in wlan_misc_ioctl_oper_class() 954 …ret = wlan_get_curr_oper_class(pmpriv, channel, bandwidth, &oper_c… in wlan_misc_ioctl_oper_class()
|
D | wifi-internal.h | 165 t_u8 bandwidth; member
|
D | mlan_api.c | 1461 int wifi_set_rf_bandwidth(const uint8_t bandwidth) in wifi_set_rf_bandwidth() argument 1467 if ((bandwidth != 0U) in wifi_set_rf_bandwidth() 1469 && (bandwidth != 1U) in wifi_set_rf_bandwidth() 1472 && (bandwidth != 4U) in wifi_set_rf_bandwidth() 1479 if ((bandwidth != 0) && ISSUPP_NO5G(mlan_adap->fw_cap_ext)) in wifi_set_rf_bandwidth() 1490 wifi_mfg_cmd_generic_cfg.data1 = bandwidth; in wifi_set_rf_bandwidth() 1503 int wifi_get_rf_bandwidth(uint8_t *bandwidth) in wifi_get_rf_bandwidth() argument 1523 *bandwidth = wifi_mfg_cmd_generic_cfg.data1; in wifi_get_rf_bandwidth() 5241 int wlan_get_nonglobal_operclass_by_bw_channel(t_u8 bandwidth, t_u8 channel, t_u8 *oper_class) in wlan_get_nonglobal_operclass_by_bw_channel() argument 5266 misc->param.bw_chan_oper.bandwidth = bandwidth; in wlan_get_nonglobal_operclass_by_bw_channel()
|
D | mlan_scan.c | 4800 t_u8 bandwidth = BW_20MHZ; in wlan_cmd_bgscan_config() local 4813 bandwidth = BW_40MHZ; in wlan_cmd_bgscan_config() 4816 bandwidth = BW_80MHZ; in wlan_cmd_bgscan_config() 4819 …et_curr_oper_class(pmpriv, pmpriv->curr_bss_params.bss_descriptor.channel, bandwidth, &oper_class); in wlan_cmd_bgscan_config()
|
D | mlan_cfp.c | 88 t_u8 bandwidth; member 2722 if (poper_bw_chan[i].bandwidth == bw)
|
D | wifi.c | 4277 if (wm_wifi.bandwidth == BANDWIDTH_80MHZ) in wifi_low_level_output() 4288 else if (wm_wifi.bandwidth == BANDWIDTH_40MHZ) in wifi_low_level_output() 4299 else if (wm_wifi.bandwidth == BANDWIDTH_20MHZ) in wifi_low_level_output()
|
D | mlan_glue.c | 2639 t_u8 bandwidth = wifi_uap_get_bandwidth(); in wifi_nxp_get_wiphy() local 2692 if (bandwidth == BANDWIDTH_20MHZ) in wifi_nxp_get_wiphy() 2749 if (bandwidth == BANDWIDTH_20MHZ) in wifi_nxp_get_wiphy() 3064 if (wm_wifi.bandwidth == BANDWIDTH_80MHZ) in wifi_process_cmd_response() 3071 if (wm_wifi.bandwidth == BANDWIDTH_40MHZ) in wifi_process_cmd_response()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
D | wls_processing.c | 641 int bandwidth = 20 << sigSubbands; in readHexDataDemodulateProcessVhtHeNg1() local 684 if (bandwidth<deviceBandwidth) { // figure out channel offset in readHexDataDemodulateProcessVhtHeNg1() 703 if ((bandwidth == 80) || (bandwidth == 160)) { in readHexDataDemodulateProcessVhtHeNg1() 713 if (bandwidth == 160) { in readHexDataDemodulateProcessVhtHeNg1() 722 else if (bandwidth == 40) { in readHexDataDemodulateProcessVhtHeNg1() 747 if ((bandwidth == 80) || (bandwidth == 160)) { in readHexDataDemodulateProcessVhtHeNg1() 758 if (bandwidth == 160) { in readHexDataDemodulateProcessVhtHeNg1() 767 else if (bandwidth == 40) { in readHexDataDemodulateProcessVhtHeNg1() 989 int bandwidth = 20<<sigSubbands; local 1026 if(bandwidth<deviceBandwidth){ // figure out channel offset [all …]
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
D | wlan_test_mode_tests.c | 318 uint8_t bandwidth; in wlan_rf_bandwidth_set() local 332 bandwidth = strtol(argv[1], NULL, 10); in wlan_rf_bandwidth_set() 334 ret = wlan_set_rf_bandwidth(bandwidth); in wlan_rf_bandwidth_set() 355 uint8_t bandwidth; in wlan_rf_bandwidth_get() local 369 ret = wlan_get_rf_bandwidth(&bandwidth); in wlan_rf_bandwidth_get() 372 …(void)PRINTF("Configured bandwidth is: %s\r\n", bandwidth == 0 ? "20MHz" : bandwidth == 1U ? "40MH… in wlan_rf_bandwidth_get()
|
D | wlan_enhanced_tests.c | 854 if(rate_setting->bandwidth > HE_ER_SU_BANDWIDTH_TONE106) 863 if(rate_setting->bandwidth != 0) 876 if (rate_setting->bandwidth == HE_ER_SU_BANDWIDTH_TONE242) 885 else if (rate_setting->bandwidth == HE_ER_SU_BANDWIDTH_TONE106)
|
D | wlan.c | 2088 t_u8 bandwidth = wifi_uap_get_bandwidth(); in do_start() local 2089 if (bandwidth == BANDWIDTH_80MHZ) in do_start() 2150 t_u8 bandwidth = wifi_uap_get_bandwidth(); in do_start() local 2155 wpa_supp_set_ap_bw(netif, bandwidth); in do_start() 12572 int wlan_uap_set_bandwidth(const uint8_t bandwidth) in wlan_uap_set_bandwidth() argument 12579 wpa_supp_set_ap_bw(netif, bandwidth); in wlan_uap_set_bandwidth() 12581 return wifi_uap_set_bandwidth(bandwidth); in wlan_uap_set_bandwidth() 12586 return wifi_uap_set_bandwidth(bandwidth); in wlan_uap_set_bandwidth() 12589 int wlan_uap_get_bandwidth(uint8_t *bandwidth) in wlan_uap_get_bandwidth() argument 12591 *bandwidth = wifi_uap_get_bandwidth(); in wlan_uap_get_bandwidth() [all …]
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/ |
D | rtos_wpa_supp_if.c | 2835 t_u8 bandwidth = wifi_uap_get_bandwidth(); in wifi_nxp_hostapd_set_modes() local 2920 if (bandwidth == BANDWIDTH_20MHZ) in wifi_nxp_hostapd_set_modes() 2943 if (bandwidth == BANDWIDTH_20MHZ) in wifi_nxp_hostapd_set_modes() 2998 if (wm_wifi.bandwidth == BANDWIDTH_80MHZ) in wifi_nxp_set_acs_params() 3005 if (wm_wifi.bandwidth == BANDWIDTH_40MHZ) in wifi_nxp_set_acs_params() 3150 ap_params->chan.bandwidth = params->freq->bandwidth; in wifi_nxp_hostapd_set_ap() 3329 PRINTF("freq->bandwidth: %d\r\n", freq->bandwidth); in wifi_nxp_hostapd_set_freq() 3337 chan.bandwidth = freq->bandwidth; in wifi_nxp_hostapd_set_freq()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wifidriver/ |
D | wifi.h | 1290 int wifi_uap_set_bandwidth(const t_u8 bandwidth); 1514 int wifi_set_rf_bandwidth(const uint8_t bandwidth); 1516 int wifi_get_rf_bandwidth(uint8_t *bandwidth);
|
D | wifi-decl.h | 443 t_u16 bandwidth : 3; /* BIT2- BIT4
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
D | wlan.h | 4825 int wlan_uap_set_bandwidth(const uint8_t bandwidth); 4838 int wlan_uap_get_bandwidth(uint8_t *bandwidth); 5227 int wlan_set_rf_bandwidth(const uint8_t bandwidth); 5239 int wlan_get_rf_bandwidth(uint8_t *bandwidth);
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/wpa_supp_if/incl/ |
D | wifi_nxp_internal.h | 450 int bandwidth;
|
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/ |
D | Netc_Eth_Ip.c | 5855 uint32 bandwidth; local 5878 bandwidth = (uint32)(largeBandwidth/100UL); 5879 … bandwidth = ((uint64)((((uint64)bandwidth)*100UL)+50UL)>largeBandwidth)?bandwidth:(bandwidth+1UL); 5898 IP_NETC__ENETC0_PORT->TCT_NUM[TrafficClass].PTCCBSR0 |= ENETC_PORT_PTCCBSR0_BW(bandwidth);
|
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/ |
D | Netc_EthSwt_Ip.c | 6689 uint32 bandwidth; local 6717 bandwidth = (uint32)(largeBandwidth/100UL); 6718 … bandwidth = ((uint64)((((uint64)bandwidth)*100UL)+50UL)>largeBandwidth)?bandwidth:(bandwidth+1UL); 6738 …W0_PortxBaseAddr[SwitchPortIdx]->TCT_NUM[TrafficClass].PTCCBSR0 |= SW_PORT0_PTCCBSR0_BW(bandwidth);
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
D | mlan_ioctl.h | 1141 t_u8 bandwidth; member
|
D | mlan_main.h | 1265 int bandwidth;
|