Home
last modified time | relevance | path

Searched refs:HOSTAPD_RADIOTAP_F (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/hostapd/
H A Dhostapd.h150 #define HOSTAPD_RADIOTAP_F(_x) (1 << IEEE80211_RADIOTAP_##_x) macro
H A Dhandle.c413 if (rtap->r_present & HOSTAPD_RADIOTAP_F(_x)) { \ in hostapd_handle_radiotap()
H A Dparse.y141 frame.f_radiotap |= HOSTAPD_RADIOTAP_F(RSSI); \