MCPcopy
hub / github.com/google/gopacket / BenchmarkDecodePacketDot11CtrlCTS

Function BenchmarkDecodePacketDot11CtrlCTS

layers/dot11_test.go:98–102  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

96}
97
98func BenchmarkDecodePacketDot11CtrlCTS(b *testing.B) {
99 for i := 0; i < b.N; i++ {
100 gopacket.NewPacket(testPacketDot11CtrlCTS, LinkTypeIEEE80211Radio, gopacket.NoCopy)
101 }
102}
103
104// testPacketDot11MgmtBeacon is the packet:
105// 15:44:56.531833 6.0 Mb/s 2412 MHz 11g -81dB signal antenna 5 Beacon (Wi2) [6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0 Mbit] ESS CH: 1

Callers

nothing calls this directly

Calls 1

NewPacketFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…