Lines Matching refs:IEEE80211_IF_FILE
264 #define IEEE80211_IF_FILE(name, field, format) \ macro
307 IEEE80211_IF_FILE(rc_rateidx_mask_2ghz, rc_rateidx_mask[NL80211_BAND_2GHZ],
309 IEEE80211_IF_FILE(rc_rateidx_mask_5ghz, rc_rateidx_mask[NL80211_BAND_5GHZ],
311 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_2ghz,
313 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_5ghz,
348 IEEE80211_IF_FILE(flags, flags, HEX);
349 IEEE80211_IF_FILE(state, state, LHEX);
375 IEEE80211_IF_FILE(bssid, deflink.u.mgd.bssid, MAC);
376 IEEE80211_IF_FILE(aid, vif.cfg.aid, DEC);
377 IEEE80211_IF_FILE(beacon_timeout, u.mgd.beacon_timeout, JIFFIES_TO_MS);
602 IEEE80211_IF_FILE(num_mcast_sta, u.ap.num_mcast_sta, ATOMIC);
603 IEEE80211_IF_FILE(num_sta_ps, u.ap.ps.num_sta_ps, ATOMIC);
604 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC);
605 IEEE80211_IF_FILE(num_mcast_sta_vlan, u.vlan.num_mcast_sta, ATOMIC);
652 IEEE80211_IF_FILE(multicast_to_unicast, u.ap.multicast_to_unicast, HEX);
740 IEEE80211_IF_FILE(estab_plinks, u.mesh.estab_plinks, ATOMIC);
743 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
744 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
745 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
746 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
747 IEEE80211_IF_FILE(dropped_frames_no_route,
751 IEEE80211_IF_FILE(dot11MeshMaxRetries,
753 IEEE80211_IF_FILE(dot11MeshRetryTimeout,
755 IEEE80211_IF_FILE(dot11MeshConfirmTimeout,
757 IEEE80211_IF_FILE(dot11MeshHoldingTimeout,
759 IEEE80211_IF_FILE(dot11MeshTTL, u.mesh.mshcfg.dot11MeshTTL, DEC);
760 IEEE80211_IF_FILE(element_ttl, u.mesh.mshcfg.element_ttl, DEC);
761 IEEE80211_IF_FILE(auto_open_plinks, u.mesh.mshcfg.auto_open_plinks, DEC);
762 IEEE80211_IF_FILE(dot11MeshMaxPeerLinks,
764 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout,
766 IEEE80211_IF_FILE(dot11MeshHWMPpreqMinInterval,
768 IEEE80211_IF_FILE(dot11MeshHWMPperrMinInterval,
770 IEEE80211_IF_FILE(dot11MeshHWMPnetDiameterTraversalTime,
772 IEEE80211_IF_FILE(dot11MeshHWMPmaxPREQretries,
774 IEEE80211_IF_FILE(path_refresh_time,
776 IEEE80211_IF_FILE(min_discovery_timeout,
778 IEEE80211_IF_FILE(dot11MeshHWMPRootMode,
780 IEEE80211_IF_FILE(dot11MeshGateAnnouncementProtocol,
782 IEEE80211_IF_FILE(dot11MeshHWMPRannInterval,
784 IEEE80211_IF_FILE(dot11MeshForwarding, u.mesh.mshcfg.dot11MeshForwarding, DEC);
785 IEEE80211_IF_FILE(rssi_threshold, u.mesh.mshcfg.rssi_threshold, DEC);
786 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
787 IEEE80211_IF_FILE(dot11MeshHWMPactivePathToRootTimeout,
789 IEEE80211_IF_FILE(dot11MeshHWMProotInterval,
791 IEEE80211_IF_FILE(dot11MeshHWMPconfirmationInterval,
793 IEEE80211_IF_FILE(power_mode, u.mesh.mshcfg.power_mode, DEC);
794 IEEE80211_IF_FILE(dot11MeshAwakeWindowDuration,
796 IEEE80211_IF_FILE(dot11MeshConnectedToMeshGate,
798 IEEE80211_IF_FILE(dot11MeshNolearn, u.mesh.mshcfg.dot11MeshNolearn, DEC);
799 IEEE80211_IF_FILE(dot11MeshConnectedToAuthServer,