Home
last modified time | relevance | path

Searched refs:IEEE80211_MODE_MAX (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_proto.c356 for (i = IEEE80211_MODE_11A; i < IEEE80211_MODE_MAX; i++) { in ieee80211_proto_vattach()
1307 static const struct ieee80211_rateset basic[IEEE80211_MODE_MAX] = { in setbasicrates()
1374 static const struct phyParamType phyParamForAC_BE[IEEE80211_MODE_MAX] = {
1390 static const struct phyParamType phyParamForAC_BK[IEEE80211_MODE_MAX] = {
1406 static const struct phyParamType phyParamForAC_VI[IEEE80211_MODE_MAX] = {
1422 static const struct phyParamType phyParamForAC_VO[IEEE80211_MODE_MAX] = {
1439 static const struct phyParamType bssPhyParamForAC_BE[IEEE80211_MODE_MAX] = {
1453 static const struct phyParamType bssPhyParamForAC_VI[IEEE80211_MODE_MAX] = {
1467 static const struct phyParamType bssPhyParamForAC_VO[IEEE80211_MODE_MAX] = {
1602 static const paramType aggrParam[IEEE80211_MODE_MAX] = { in ieee80211_wme_updateparams_locked()
[all …]
H A D_ieee80211.h77 #define IEEE80211_MODE_MAX (IEEE80211_MODE_VHT_5GHZ+1) macro
78 #define IEEE80211_MODE_BYTES howmany(IEEE80211_MODE_MAX, NBBY)
H A Dieee80211_ioctl.h522 struct ieee80211_roamparam params[IEEE80211_MODE_MAX];
535 struct ieee80211_txparam params[IEEE80211_MODE_MAX];
H A Dieee80211_scan.c101 static const struct ieee80211_roamparam defroam[IEEE80211_MODE_MAX] = {
142 for (m = IEEE80211_MODE_AUTO + 1; m < IEEE80211_MODE_MAX; m++) { in ieee80211_scan_vattach()
H A Dieee80211_var.h180 struct ieee80211_rateset ic_sup_rates[IEEE80211_MODE_MAX];
452 struct ieee80211_roamparam iv_roamparms[IEEE80211_MODE_MAX];
488 struct ieee80211_txparam iv_txparms[IEEE80211_MODE_MAX];
H A Dieee80211_ddb.c404 for (i = IEEE80211_MODE_11A; i < IEEE80211_MODE_MAX; i++) in _db_show_vap()
445 for (i = IEEE80211_MODE_11A; i < IEEE80211_MODE_MAX; i++) in _db_show_vap()
561 struct ieee80211_rateset ic_sup_rates[IEEE80211_MODE_MAX]; in _db_show_com()
H A Dieee80211.c63 const char *ieee80211_phymode_name[IEEE80211_MODE_MAX] = {
1455 uint32_t flags[IEEE80211_MODE_MAX]; in ieee80211_add_channel_cbw()
1701 uint32_t flags[IEEE80211_MODE_MAX]; in ieee80211_add_channel_list_2ghz()
1730 uint32_t flags[2 * IEEE80211_MODE_MAX]; in ieee80211_add_channel_list_5ghz()
1854 static const u_int mopts[IEEE80211_MODE_MAX] = { in addmedia()
H A Dieee80211_proto.h54 extern const char *ieee80211_phymode_name[IEEE80211_MODE_MAX];
H A Dieee80211_regdomain.c242 static const int skipflags[IEEE80211_MODE_MAX] = { in ieee80211_alloc_countryie()
H A Dieee80211_scan_sta.c460 static const u_int chanflags[IEEE80211_MODE_MAX] = {
H A Dieee80211_ioctl.c1881 static const u_int chanflags[IEEE80211_MODE_MAX] = { in findchannel()
2256 nmodes = IEEE80211_MODE_MAX; in ieee80211_ioctl_setroam()
/f-stack/tools/ifconfig/
H A Difieee80211.c159 static const char *modename[IEEE80211_MODE_MAX] = {
4366 for (mode = IEEE80211_MODE_11A; mode < IEEE80211_MODE_MAX; mode++) { in list_roam()
4415 for (mode = IEEE80211_MODE_11A; mode < IEEE80211_MODE_MAX; mode++) { in list_txparams()