Home
last modified time | relevance | path

Searched refs:BAND_GAC (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_cfp.c1204 if (band & (BAND_B | BAND_G | BAND_GN | BAND_GAC)) { in wlan_get_region_cfp_table()
1997 case BAND_GN | BAND_GAC: in wlan_get_cfp_by_band_and_channel()
1998 case BAND_B | BAND_G | BAND_GN | BAND_GAC: in wlan_get_cfp_by_band_and_channel()
1999 case BAND_G | BAND_GN | BAND_GAC: in wlan_get_cfp_by_band_and_channel()
2112 case BAND_GN | BAND_GAC: in wlan_find_cfp_by_band_and_freq()
2113 case BAND_B | BAND_G | BAND_GN | BAND_GAC: in wlan_find_cfp_by_band_and_freq()
2114 case BAND_G | BAND_GN | BAND_GAC: in wlan_find_cfp_by_band_and_freq()
2211 config_bands & BAND_GAC || config_bands & BAND_GAX) in wlan_convert_config_bands()
H A Dmlan_11d.c441 if (band & (BAND_B | BAND_G | BAND_GN | BAND_GAC)) { in wlan_11d_get_chan()
997 if (band & (BAND_B | BAND_G | BAND_GN | BAND_GAC)) { in wlan_11d_chan_2_freq()
1290 case BAND_B | BAND_G | BAND_GN | BAND_GAC: in wlan_11d_create_dnld_countryinfo()
H A Dmlan_11ac.c1456 return (pmpriv->adapter->adhoc_start_band & BAND_GAC); in wlan_11ac_bandconfig_allowed()
1461 return (pmpriv->config_bands & BAND_GAC); in wlan_11ac_bandconfig_allowed()
H A Dmlan_ioctl.h1364 BAND_GAC = 32, enumerator
H A Dmlan_cmdevt.c5137 if (pmadapter->fw_bands & BAND_GAC) { in wlan_ret_get_hw_spec()
5138 pmadapter->config_bands |= BAND_GAC; in wlan_ret_get_hw_spec()
5142 BAND_GAC; in wlan_ret_get_hw_spec()
H A Dmlan_sta_cmdresp.c2167 net_mon->band |= BAND_GAC; in wlan_ret_net_monitor()
H A Dmlan_fw.h120 (BAND_A | BAND_B | BAND_G | BAND_GN | BAND_AAC | BAND_GAC)
H A Dmlan_sta_cmd.c2689 net_mon->band & BAND_GAC || in wlan_cmd_net_monitor()
H A Dmlan_scan.c385 band = BAND_B | BAND_G | BAND_GN | BAND_GAC; in wlan_is_band_compatible()
H A Dmlan_misc.c3694 sta_ptr->bandmode = BAND_GAC; in wlan_check_sta_capability()
H A Dmlan_uap_cmdevent.c4434 sta_ptr->bandmode = BAND_GAC; in wlan_uap_cmd_add_station()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_priv.c56 BAND_GN | BAND_GAC,
57 BAND_B | BAND_G | BAND_GN | BAND_GAC,
58 BAND_G | BAND_GN | BAND_GAC,
H A Dmoal_eth_ioctl.c79 BAND_GN | BAND_GAC,
80 BAND_B | BAND_G | BAND_GN | BAND_GAC,
81 BAND_G | BAND_GN | BAND_GAC,
82 BAND_GN | BAND_GAC | BAND_GAX,
83 BAND_B | BAND_G | BAND_GN | BAND_GAC | BAND_GAX,
84 BAND_G | BAND_GN | BAND_GAC | BAND_GAX,
86 BAND_A | BAND_B | BAND_G | BAND_AN | BAND_GN | BAND_AAC | BAND_GAC,
90 BAND_A | BAND_B | BAND_G | BAND_AN | BAND_GN | BAND_AAC | BAND_GAC |
H A Dmlan_ioctl.h1364 BAND_GAC = 32, enumerator
H A Dmoal_uap_cfg80211.c524 if ((band == BAND_2GHZ) && !(fw_info.fw_bands & BAND_GAC)) { in woal_check_11ac_capability()
H A Dmoal_sta_cfg80211.c624 band_chan_cfg.band |= BAND_GAC; in woal_cfg80211_set_monitor_channel()
9927 if (fw_info.fw_bands & (BAND_B | BAND_G | BAND_GN | BAND_GAC)) {