Lines Matching refs:IEEE80211_IF_FILE

265 #define IEEE80211_IF_FILE(name, field, format)				\  macro
308 IEEE80211_IF_FILE(rc_rateidx_mask_2ghz, rc_rateidx_mask[NL80211_BAND_2GHZ],
310 IEEE80211_IF_FILE(rc_rateidx_mask_5ghz, rc_rateidx_mask[NL80211_BAND_5GHZ],
312 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_2ghz,
314 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_5ghz,
349 IEEE80211_IF_FILE(flags, flags, HEX);
350 IEEE80211_IF_FILE(state, state, LHEX);
376 IEEE80211_IF_FILE(bssid, deflink.u.mgd.bssid, MAC);
377 IEEE80211_IF_FILE(aid, vif.cfg.aid, DEC);
378 IEEE80211_IF_FILE(beacon_timeout, u.mgd.beacon_timeout, JIFFIES_TO_MS);
603 IEEE80211_IF_FILE(num_mcast_sta, u.ap.num_mcast_sta, ATOMIC);
604 IEEE80211_IF_FILE(num_sta_ps, u.ap.ps.num_sta_ps, ATOMIC);
605 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC);
606 IEEE80211_IF_FILE(num_mcast_sta_vlan, u.vlan.num_mcast_sta, ATOMIC);
651 IEEE80211_IF_FILE(multicast_to_unicast, u.ap.multicast_to_unicast, HEX);
739 IEEE80211_IF_FILE(estab_plinks, u.mesh.estab_plinks, ATOMIC);
742 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
743 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
744 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
745 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
746 IEEE80211_IF_FILE(dropped_frames_no_route,
750 IEEE80211_IF_FILE(dot11MeshMaxRetries,
752 IEEE80211_IF_FILE(dot11MeshRetryTimeout,
754 IEEE80211_IF_FILE(dot11MeshConfirmTimeout,
756 IEEE80211_IF_FILE(dot11MeshHoldingTimeout,
758 IEEE80211_IF_FILE(dot11MeshTTL, u.mesh.mshcfg.dot11MeshTTL, DEC);
759 IEEE80211_IF_FILE(element_ttl, u.mesh.mshcfg.element_ttl, DEC);
760 IEEE80211_IF_FILE(auto_open_plinks, u.mesh.mshcfg.auto_open_plinks, DEC);
761 IEEE80211_IF_FILE(dot11MeshMaxPeerLinks,
763 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout,
765 IEEE80211_IF_FILE(dot11MeshHWMPpreqMinInterval,
767 IEEE80211_IF_FILE(dot11MeshHWMPperrMinInterval,
769 IEEE80211_IF_FILE(dot11MeshHWMPnetDiameterTraversalTime,
771 IEEE80211_IF_FILE(dot11MeshHWMPmaxPREQretries,
773 IEEE80211_IF_FILE(path_refresh_time,
775 IEEE80211_IF_FILE(min_discovery_timeout,
777 IEEE80211_IF_FILE(dot11MeshHWMPRootMode,
779 IEEE80211_IF_FILE(dot11MeshGateAnnouncementProtocol,
781 IEEE80211_IF_FILE(dot11MeshHWMPRannInterval,
783 IEEE80211_IF_FILE(dot11MeshForwarding, u.mesh.mshcfg.dot11MeshForwarding, DEC);
784 IEEE80211_IF_FILE(rssi_threshold, u.mesh.mshcfg.rssi_threshold, DEC);
785 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
786 IEEE80211_IF_FILE(dot11MeshHWMPactivePathToRootTimeout,
788 IEEE80211_IF_FILE(dot11MeshHWMProotInterval,
790 IEEE80211_IF_FILE(dot11MeshHWMPconfirmationInterval,
792 IEEE80211_IF_FILE(power_mode, u.mesh.mshcfg.power_mode, DEC);
793 IEEE80211_IF_FILE(dot11MeshAwakeWindowDuration,
795 IEEE80211_IF_FILE(dot11MeshConnectedToMeshGate,
797 IEEE80211_IF_FILE(dot11MeshNolearn, u.mesh.mshcfg.dot11MeshNolearn, DEC);
798 IEEE80211_IF_FILE(dot11MeshConnectedToAuthServer,