Lines Matching defs:bit
1780 /* There may be a problem w/ AP not having this bit set */
1882 print_radiotap_field(struct cpack_state *s, u_int32_t bit, u_int8_t *flags,
1895 switch (bit) {
1992 /* this bit indicates a field whose
1994 * proceed. Just print the bit number.
1996 printf("[bit %u] ", bit);
2008 switch (bit) {
2033 * if the 0x80 bit is set *and* the remaining
2206 #define BIT(n) (1U << n)
2208 (EXTRACT_LE_32BITS(__p) & BIT(IEEE80211_RADIOTAP_EXT)) != 0
2215 enum ieee80211_radiotap_type bit;
2265 /* clear the least significant bit that is set */
2268 /* extract the least significant bit that is set */
2269 bit = (enum ieee80211_radiotap_type)
2272 if (print_radiotap_field(&cpacker, bit, &flags, &state, presentflags) != 0)
2289 #undef BIT