Searched refs:IEEE80211_MODE_MAX (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A D_ieee80211.h72 #define IEEE80211_MODE_MAX (IEEE80211_MODE_QUARTER+1) macro
73 #define IEEE80211_MODE_BYTES howmany(IEEE80211_MODE_MAX, NBBY)
H A Dieee80211_proto.c347 for (i = IEEE80211_MODE_11A; i < IEEE80211_MODE_MAX; i++) {
835 static const struct ieee80211_rateset basic[IEEE80211_MODE_MAX] = {
899 static const struct phyParamType phyParamForAC_BE[IEEE80211_MODE_MAX] = {
913 static const struct phyParamType phyParamForAC_BK[IEEE80211_MODE_MAX] = {
927 static const struct phyParamType phyParamForAC_VI[IEEE80211_MODE_MAX] = {
941 static const struct phyParamType phyParamForAC_VO[IEEE80211_MODE_MAX] = {
956 static const struct phyParamType bssPhyParamForAC_BE[IEEE80211_MODE_MAX] = {
970 static const struct phyParamType bssPhyParamForAC_VI[IEEE80211_MODE_MAX] = {
984 static const struct phyParamType bssPhyParamForAC_VO[IEEE80211_MODE_MAX] = {
1116 static const paramType aggrParam[IEEE80211_MODE_MAX]
[all...]
H A Dieee80211_ioctl.h517 struct ieee80211_roamparam params[IEEE80211_MODE_MAX];
530 struct ieee80211_txparam params[IEEE80211_MODE_MAX];
H A Dieee80211_scan.c98 static const struct ieee80211_roamparam defroam[IEEE80211_MODE_MAX] = {
134 for (m = IEEE80211_MODE_AUTO + 1; m < IEEE80211_MODE_MAX; m++) {
H A Dieee80211_proto.h52 extern const char *ieee80211_phymode_name[IEEE80211_MODE_MAX];
H A Dieee80211_ddb.c396 for (i = IEEE80211_MODE_11A; i < IEEE80211_MODE_MAX; i++)
437 for (i = IEEE80211_MODE_11A; i < IEEE80211_MODE_MAX; i++)
542 struct ieee80211_rateset ic_sup_rates[IEEE80211_MODE_MAX];
H A Dieee80211_var.h163 struct ieee80211_rateset ic_sup_rates[IEEE80211_MODE_MAX];
411 struct ieee80211_roamparam iv_roamparms[IEEE80211_MODE_MAX];
447 struct ieee80211_txparam iv_txparms[IEEE80211_MODE_MAX];
H A Dieee80211.c60 const char *ieee80211_phymode_name[IEEE80211_MODE_MAX] = {
1111 uint32_t flags[IEEE80211_MODE_MAX];
1229 uint32_t flags[IEEE80211_MODE_MAX];
1253 uint32_t flags[IEEE80211_MODE_MAX];
1381 static const u_int mopts[IEEE80211_MODE_MAX] = {
H A Dieee80211_regdomain.c219 static const int skipflags[IEEE80211_MODE_MAX] = {
H A Dieee80211_scan_sta.c438 static const u_int chanflags[IEEE80211_MODE_MAX] = {
H A Dieee80211_ioctl.c1850 static const u_int chanflags[IEEE80211_MODE_MAX] = {
2184 nmodes = IEEE80211_MODE_MAX;
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c1016 static const struct txschedule *mrr_schedules[IEEE80211_MODE_MAX+2] = {
1047 KASSERT(sc->sc_curmode < IEEE80211_MODE_MAX+2,
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c3535 if (phy == 0 || phy > IEEE80211_MODE_MAX)
3564 if (++(*phy) <= IEEE80211_MODE_MAX)
3608 if (*phy == 0 || *phy > IEEE80211_MODE_MAX)
3637 if (++(*phy) <= IEEE80211_MODE_MAX)
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c138 static const char *modename[IEEE80211_MODE_MAX] = {
3925 for (mode = IEEE80211_MODE_11A; mode < IEEE80211_MODE_MAX; mode++) {
3971 for (mode = IEEE80211_MODE_11A; mode < IEEE80211_MODE_MAX; mode++) {
/freebsd-11-stable/sys/dev/ath/
H A Dif_athvar.h672 const HAL_RATE_TABLE *sc_rates[IEEE80211_MODE_MAX];

Completed in 172 milliseconds