HomeSort by: relevance | last modified time | path
    Searched defs:chwidth (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_eht.c 206 enum oper_chan_width chwidth; local
215 chwidth = op_class_to_ch_width(conf->op_class);
217 chwidth = conf->eht_oper_chwidth;
219 eht_oper_info_present = chwidth == CONF_OPER_CHWIDTH_320MHZ ||
250 switch (chwidth) {
drv_callbacks.c 1127 int channel, chwidth, is_dfs0, is_dfs; local
1163 chwidth = CONF_OPER_CHWIDTH_80MHZ;
1166 chwidth = CONF_OPER_CHWIDTH_80P80MHZ;
1169 chwidth = CONF_OPER_CHWIDTH_160MHZ;
1172 chwidth = CONF_OPER_CHWIDTH_320MHZ;
1178 chwidth = CONF_OPER_CHWIDTH_USE_HT;
1263 if (ieee80211_freq_to_channel_ext(freq, offset, chwidth,
1267 hostapd_set_oper_chwidth(hapd->iconf, chwidth);
1277 if (chwidth == CONF_OPER_CHWIDTH_160MHZ)
1280 else if (chwidth == CONF_OPER_CHWIDTH_80P80MHZ
    [all...]
beacon.c 1875 u8 chwidth = FD_CAP_BSS_CHWIDTH_20, he_mcs_nss_size = 4; local
1885 chwidth = FD_CAP_BSS_CHWIDTH_320;
1892 chwidth = FD_CAP_BSS_CHWIDTH_160_80_80;
1895 chwidth = FD_CAP_BSS_CHWIDTH_80;
1898 chwidth = FD_CAP_BSS_CHWIDTH_40;
1908 chwidth = FD_CAP_BSS_CHWIDTH_160_80_80;
1911 chwidth = FD_CAP_BSS_CHWIDTH_80;
1915 chwidth = FD_CAP_BSS_CHWIDTH_40;
1917 chwidth = FD_CAP_BSS_CHWIDTH_20;
1926 cap_info |= chwidth << FD_CAP_BSS_CHWIDTH_SHIFT
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 369 int max_oper_chwidth, chwidth = 0, freq2 = 0; local
423 chwidth = entry.int32_value;
431 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
435 if (allow_6ghz && chwidth == 40)
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.c 3067 int chwidth, seg0, seg1; local
3076 chwidth = CONF_OPER_CHWIDTH_USE_HT;
3103 chwidth = CONF_OPER_CHWIDTH_80MHZ;
3117 chwidth = CONF_OPER_CHWIDTH_160MHZ;
3148 chwidth = CONF_OPER_CHWIDTH_80P80MHZ;
3155 if (chwidth == CONF_OPER_CHWIDTH_80P80MHZ)
3160 chwidth = CONF_OPER_CHWIDTH_160MHZ;
3164 chwidth = CONF_OPER_CHWIDTH_160MHZ;
3177 chwidth, seg0, seg1, vht_caps,
ctrl_iface.c 6376 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6451 chwidth = atoi(pos2 + 18);
6453 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
6457 if (allow_6ghz && chwidth == 40)
7052 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
7100 chwidth = atoi(pos + 18);
7102 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
7108 if (allow_6ghz && chwidth == 40)
7194 int max_oper_chwidth, chwidth = 0, freq2 = 0; local
7204 sscanf(token, "max_oper_chwidth=%d", &chwidth) == 1)
    [all...]

Completed in 29 milliseconds