WIRELESS_11_24N
network_type |= WIRELESS_11_24N;
sta_band |= WIRELESS_11_24N;
case WIRELESS_11_24N:
if ((pregistrypriv->wireless_mode & WIRELESS_11_24N) &&
case WIRELESS_11_24N:
if (pmlmeext->cur_wireless_mode & (WIRELESS_11_24N)) {
network_type = WIRELESS_11_24N;
case WIRELESS_11_24N:
if (pmlmeext->cur_wireless_mode & WIRELESS_11_24N)
if (pmlmeext->cur_wireless_mode < WIRELESS_11_24N || padapter->registrypriv.wifi_spec) {
WIRELESS_11G_24N = (WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & MCS, rx: ofdm & cck & MCS, hw: cck & ofdm */
WIRELESS_11B_24N = (WIRELESS_11B|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck */
WIRELESS_11BG_24N = (WIRELESS_11B|WIRELESS_11G|WIRELESS_11_24N), /* tx: ofdm & cck & MCS, rx: ofdm & cck & MCS, hw: ofdm & cck */
#define SUPPORTED_24G_NETTYPE_MSK (WIRELESS_11B | WIRELESS_11G | WIRELESS_11_24N)
#define is_supported_ht(net_type) (((net_type) & (WIRELESS_11_24N)) ? true : false)