Lines Matching refs:IEEE80211_IF_FILE

175 #define IEEE80211_IF_FILE(name, field, format)				\  macro
180 IEEE80211_IF_FILE(rc_rateidx_mask_2ghz, rc_rateidx_mask[IEEE80211_BAND_2GHZ],
182 IEEE80211_IF_FILE(rc_rateidx_mask_5ghz, rc_rateidx_mask[IEEE80211_BAND_5GHZ],
184 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_2ghz,
186 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_5ghz,
189 IEEE80211_IF_FILE(flags, flags, HEX);
190 IEEE80211_IF_FILE(state, state, LHEX);
191 IEEE80211_IF_FILE(txpower, vif.bss_conf.txpower, DEC);
192 IEEE80211_IF_FILE(ap_power_level, ap_power_level, DEC);
193 IEEE80211_IF_FILE(user_power_level, user_power_level, DEC);
216 IEEE80211_IF_FILE(bssid, u.mgd.bssid, MAC);
217 IEEE80211_IF_FILE(aid, u.mgd.aid, DEC);
218 IEEE80211_IF_FILE(last_beacon, u.mgd.last_beacon_signal, DEC);
219 IEEE80211_IF_FILE(ave_beacon, u.mgd.ave_beacon_signal, DEC_DIV_16);
220 IEEE80211_IF_FILE(beacon_timeout, u.mgd.beacon_timeout, JIFFIES_TO_MS);
427 IEEE80211_IF_FILE(num_mcast_sta, u.ap.num_mcast_sta, ATOMIC);
428 IEEE80211_IF_FILE(num_sta_ps, u.ap.ps.num_sta_ps, ATOMIC);
429 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC);
493 IEEE80211_IF_FILE(peer, u.wds.remote_addr, MAC);
496 IEEE80211_IF_FILE(estab_plinks, u.mesh.estab_plinks, ATOMIC);
499 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
500 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
501 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
502 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
503 IEEE80211_IF_FILE(dropped_frames_congestion,
505 IEEE80211_IF_FILE(dropped_frames_no_route,
509 IEEE80211_IF_FILE(dot11MeshMaxRetries,
511 IEEE80211_IF_FILE(dot11MeshRetryTimeout,
513 IEEE80211_IF_FILE(dot11MeshConfirmTimeout,
515 IEEE80211_IF_FILE(dot11MeshHoldingTimeout,
517 IEEE80211_IF_FILE(dot11MeshTTL, u.mesh.mshcfg.dot11MeshTTL, DEC);
518 IEEE80211_IF_FILE(element_ttl, u.mesh.mshcfg.element_ttl, DEC);
519 IEEE80211_IF_FILE(auto_open_plinks, u.mesh.mshcfg.auto_open_plinks, DEC);
520 IEEE80211_IF_FILE(dot11MeshMaxPeerLinks,
522 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout,
524 IEEE80211_IF_FILE(dot11MeshHWMPpreqMinInterval,
526 IEEE80211_IF_FILE(dot11MeshHWMPperrMinInterval,
528 IEEE80211_IF_FILE(dot11MeshHWMPnetDiameterTraversalTime,
530 IEEE80211_IF_FILE(dot11MeshHWMPmaxPREQretries,
532 IEEE80211_IF_FILE(path_refresh_time,
534 IEEE80211_IF_FILE(min_discovery_timeout,
536 IEEE80211_IF_FILE(dot11MeshHWMPRootMode,
538 IEEE80211_IF_FILE(dot11MeshGateAnnouncementProtocol,
540 IEEE80211_IF_FILE(dot11MeshHWMPRannInterval,
542 IEEE80211_IF_FILE(dot11MeshForwarding, u.mesh.mshcfg.dot11MeshForwarding, DEC);
543 IEEE80211_IF_FILE(rssi_threshold, u.mesh.mshcfg.rssi_threshold, DEC);
544 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
545 IEEE80211_IF_FILE(dot11MeshHWMPactivePathToRootTimeout,
547 IEEE80211_IF_FILE(dot11MeshHWMProotInterval,
549 IEEE80211_IF_FILE(dot11MeshHWMPconfirmationInterval,
551 IEEE80211_IF_FILE(power_mode, u.mesh.mshcfg.power_mode, DEC);
552 IEEE80211_IF_FILE(dot11MeshAwakeWindowDuration,