Lines Matching refs:IEEE80211_IF_FILE

167 #define IEEE80211_IF_FILE(name, field, format)				\  macro
172 IEEE80211_IF_FILE(rc_rateidx_mask_2ghz, rc_rateidx_mask[NL80211_BAND_2GHZ],
174 IEEE80211_IF_FILE(rc_rateidx_mask_5ghz, rc_rateidx_mask[NL80211_BAND_5GHZ],
176 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_2ghz,
178 IEEE80211_IF_FILE(rc_rateidx_mcs_mask_5ghz,
213 IEEE80211_IF_FILE(flags, flags, HEX);
214 IEEE80211_IF_FILE(state, state, LHEX);
215 IEEE80211_IF_FILE(txpower, vif.bss_conf.txpower, DEC);
216 IEEE80211_IF_FILE(ap_power_level, ap_power_level, DEC);
217 IEEE80211_IF_FILE(user_power_level, user_power_level, DEC);
240 IEEE80211_IF_FILE(bssid, u.mgd.bssid, MAC);
241 IEEE80211_IF_FILE(aid, u.mgd.aid, DEC);
242 IEEE80211_IF_FILE(beacon_timeout, u.mgd.beacon_timeout, JIFFIES_TO_MS);
476 IEEE80211_IF_FILE(num_mcast_sta, u.ap.num_mcast_sta, ATOMIC);
477 IEEE80211_IF_FILE(num_sta_ps, u.ap.ps.num_sta_ps, ATOMIC);
478 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC);
479 IEEE80211_IF_FILE(num_mcast_sta_vlan, u.vlan.num_mcast_sta, ATOMIC);
521 IEEE80211_IF_FILE(multicast_to_unicast, u.ap.multicast_to_unicast, HEX);
583 IEEE80211_IF_FILE(peer, u.wds.remote_addr, MAC);
586 IEEE80211_IF_FILE(estab_plinks, u.mesh.estab_plinks, ATOMIC);
589 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC);
590 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC);
591 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC);
592 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC);
593 IEEE80211_IF_FILE(dropped_frames_congestion,
595 IEEE80211_IF_FILE(dropped_frames_no_route,
599 IEEE80211_IF_FILE(dot11MeshMaxRetries,
601 IEEE80211_IF_FILE(dot11MeshRetryTimeout,
603 IEEE80211_IF_FILE(dot11MeshConfirmTimeout,
605 IEEE80211_IF_FILE(dot11MeshHoldingTimeout,
607 IEEE80211_IF_FILE(dot11MeshTTL, u.mesh.mshcfg.dot11MeshTTL, DEC);
608 IEEE80211_IF_FILE(element_ttl, u.mesh.mshcfg.element_ttl, DEC);
609 IEEE80211_IF_FILE(auto_open_plinks, u.mesh.mshcfg.auto_open_plinks, DEC);
610 IEEE80211_IF_FILE(dot11MeshMaxPeerLinks,
612 IEEE80211_IF_FILE(dot11MeshHWMPactivePathTimeout,
614 IEEE80211_IF_FILE(dot11MeshHWMPpreqMinInterval,
616 IEEE80211_IF_FILE(dot11MeshHWMPperrMinInterval,
618 IEEE80211_IF_FILE(dot11MeshHWMPnetDiameterTraversalTime,
620 IEEE80211_IF_FILE(dot11MeshHWMPmaxPREQretries,
622 IEEE80211_IF_FILE(path_refresh_time,
624 IEEE80211_IF_FILE(min_discovery_timeout,
626 IEEE80211_IF_FILE(dot11MeshHWMPRootMode,
628 IEEE80211_IF_FILE(dot11MeshGateAnnouncementProtocol,
630 IEEE80211_IF_FILE(dot11MeshHWMPRannInterval,
632 IEEE80211_IF_FILE(dot11MeshForwarding, u.mesh.mshcfg.dot11MeshForwarding, DEC);
633 IEEE80211_IF_FILE(rssi_threshold, u.mesh.mshcfg.rssi_threshold, DEC);
634 IEEE80211_IF_FILE(ht_opmode, u.mesh.mshcfg.ht_opmode, DEC);
635 IEEE80211_IF_FILE(dot11MeshHWMPactivePathToRootTimeout,
637 IEEE80211_IF_FILE(dot11MeshHWMProotInterval,
639 IEEE80211_IF_FILE(dot11MeshHWMPconfirmationInterval,
641 IEEE80211_IF_FILE(power_mode, u.mesh.mshcfg.power_mode, DEC);
642 IEEE80211_IF_FILE(dot11MeshAwakeWindowDuration,