Lines Matching refs:IEEE80211_IF_FILE

167 #define IEEE80211_IF_FILE(name, field, format)				\  macro
191 IEEE80211_IF_FILE(rc_rateidx_mask_2ghz, rc_rateidx_mask[NL80211_BAND_2GHZ],
193 IEEE80211_IF_FILE(rc_rateidx_mask_5ghz, rc_rateidx_mask[NL80211_BAND_5GHZ],
195 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_2ghz,
197 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_5ghz,
232 IEEE80211_IF_FILE(flags, flags, HEX);
233 IEEE80211_IF_FILE(state, state, LHEX);
259 IEEE80211_IF_FILE(bssid, deflink.u.mgd.bssid, MAC);
260 IEEE80211_IF_FILE(aid, vif.cfg.aid, DEC);
261 IEEE80211_IF_FILE(beacon_timeout, u.mgd.beacon_timeout, JIFFIES_TO_MS);
491 IEEE80211_IF_FILE(num_mcast_sta, u.ap.num_mcast_sta, ATOMIC);
492 IEEE80211_IF_FILE(num_sta_ps, u.ap.ps.num_sta_ps, ATOMIC);
493 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC);
494 IEEE80211_IF_FILE(num_mcast_sta_vlan, u.vlan.num_mcast_sta, ATOMIC);
541 IEEE80211_IF_FILE(multicast_to_unicast, u.ap.multicast_to_unicast, HEX);
629 IEEE80211_IF_FILE(estab_plinks, u.mesh.estab_plinks, ATOMIC);
632 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
633 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
634 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
635 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
636 IEEE80211_IF_FILE(dropped_frames_no_route,
640 IEEE80211_IF_FILE(dot11MeshMaxRetries,
642 IEEE80211_IF_FILE(dot11MeshRetryTimeout,
644 IEEE80211_IF_FILE(dot11MeshConfirmTimeout,
646 IEEE80211_IF_FILE(dot11MeshHoldingTimeout,
648 IEEE80211_IF_FILE(dot11MeshTTL, u.mesh.mshcfg.dot11MeshTTL, DEC);
649 IEEE80211_IF_FILE(element_ttl, u.mesh.mshcfg.element_ttl, DEC);
650 IEEE80211_IF_FILE(auto_open_plinks, u.mesh.mshcfg.auto_open_plinks, DEC);
651 IEEE80211_IF_FILE(dot11MeshMaxPeerLinks,
653 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout,
655 IEEE80211_IF_FILE(dot11MeshHWMPpreqMinInterval,
657 IEEE80211_IF_FILE(dot11MeshHWMPperrMinInterval,
659 IEEE80211_IF_FILE(dot11MeshHWMPnetDiameterTraversalTime,
661 IEEE80211_IF_FILE(dot11MeshHWMPmaxPREQretries,
663 IEEE80211_IF_FILE(path_refresh_time,
665 IEEE80211_IF_FILE(min_discovery_timeout,
667 IEEE80211_IF_FILE(dot11MeshHWMPRootMode,
669 IEEE80211_IF_FILE(dot11MeshGateAnnouncementProtocol,
671 IEEE80211_IF_FILE(dot11MeshHWMPRannInterval,
673 IEEE80211_IF_FILE(dot11MeshForwarding, u.mesh.mshcfg.dot11MeshForwarding, DEC);
674 IEEE80211_IF_FILE(rssi_threshold, u.mesh.mshcfg.rssi_threshold, DEC);
675 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
676 IEEE80211_IF_FILE(dot11MeshHWMPactivePathToRootTimeout,
678 IEEE80211_IF_FILE(dot11MeshHWMProotInterval,
680 IEEE80211_IF_FILE(dot11MeshHWMPconfirmationInterval,
682 IEEE80211_IF_FILE(power_mode, u.mesh.mshcfg.power_mode, DEC);
683 IEEE80211_IF_FILE(dot11MeshAwakeWindowDuration,
685 IEEE80211_IF_FILE(dot11MeshConnectedToMeshGate,
687 IEEE80211_IF_FILE(dot11MeshNolearn, u.mesh.mshcfg.dot11MeshNolearn, DEC);
688 IEEE80211_IF_FILE(dot11MeshConnectedToAuthServer,