MCPcopy Create free account
hub / github.com/F-Stack/f-stack / printwmeinfo

Function printwmeinfo

tools/ifconfig/ifieee80211.c:2768–2778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2766}
2767
2768static void
2769printwmeinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
2770{
2771 printf("%s", tag);
2772 if (verbose) {
2773 const struct ieee80211_wme_info *wme =
2774 (const struct ieee80211_wme_info *) ie;
2775 printf("<version 0x%x info 0x%x>",
2776 wme->wme_version, wme->wme_info);
2777 }
2778}
2779
2780static void
2781printvhtcap(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)

Callers 1

printiesFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected