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

Function printssid

tools/ifconfig/ifieee80211.c:3483–3489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3481}
3482
3483static void
3484printssid(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
3485{
3486 char ssid[2*IEEE80211_NWID_LEN+1];
3487
3488 printf("%s<%.*s>", tag, copy_essid(ssid, maxlen, ie+2, ie[1]), ssid);
3489}
3490
3491static void
3492printrates(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)

Callers 1

printiesFunction · 0.85

Calls 2

copy_essidFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected