Searched refs:ampdu_density (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h691 * ampdu_density - Minimum A-MPDU Start Spacing
695 int ampdu_density; member in struct:wpa_ssid
H A Dconfig_file.c908 INT_DEF(ampdu_density, DEFAULT_AMPDU_DENSITY);
H A Dconfig.c2356 { INT_RANGE(ampdu_density, -1, 7) },
2883 ssid->ampdu_density = DEFAULT_AMPDU_DENSITY;
H A Dwpa_supplicant.c4596 "ampdu_density: %d out of range. Must be 0-7 or -1.",
4741 wpa_set_ampdu_density(wpa_s, htcaps, htcaps_mask, ssid->ampdu_density);
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c1472 wif->ampdu_density = 25;
1475 wif->ampdu_density = 50;
1478 wif->ampdu_density = 100;
1481 wif->ampdu_density = 200;
1484 wif->ampdu_density = 400;
1487 wif->ampdu_density = 800;
1490 wif->ampdu_density = 1600;
1494 wif->ampdu_density = 0;
H A Dwlan_snmp.h141 int32_t ampdu_density; member in struct:wlan_iface
H A Dwlan_snmp.c618 ctx->scratch->int1 = wif->ampdu_density;
811 val->v.integer = wif->ampdu_density;
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1305 struct nlattr *ampdu_density,
1314 if (ampdu_density)
1315 mode->a_mpdu_params |= nla_get_u8(ampdu_density) << 2;
1303 phy_info_ht_capa(struct hostapd_hw_modes *mode, struct nlattr *capa, struct nlattr *ampdu_factor, struct nlattr *ampdu_density, struct nlattr *mcs_set) argument

Completed in 117 milliseconds