Lines Matching +full:36 +full:h
28 #include <sys/cdefs.h>
33 #include "opt_inet.h"
35 #include <sys/param.h>
36 #include <sys/kernel.h>
37 #include <sys/systm.h>
38 #include <sys/malloc.h>
40 #include <sys/socket.h>
42 #include <net/if.h>
43 #include <net/if_media.h>
45 #include <net/ethernet.h>
46 #include <net/route.h>
48 #include <net80211/ieee80211_var.h>
49 #include <net80211/ieee80211_phy.h>
99 [7] = { .phy = OFDM, 18000, 0x00, 36, 6 },
115 [3] = { .phy = OFDM, 18000, 0x00, 36, 2 },
133 [5] = { .phy = HALF, 18000, 0x00, 36, 4 },
162 [2] = { .phy = TURBO, 36000, 0x00, 36, 1 },
178 [3] = { .phy = TURBO, 36000, 0x00, 36, 2 },
187 .rateCount = 36,
198 [7] = { .phy = OFDM, 18000, 0x00, 36, 6 },
242 [3] = { .phy = OFDM, 18000, 0x00, 36, 2 },
423 [0xe] = 36, in ieee80211_plcp2rate()
456 case 36: return 0xe; in ieee80211_rate2plcp()