Home
last modified time | relevance | path

Searched refs:HOSTAPD_IAPP_F_RADIOTAP (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/hostapd/
H A Dhostapd.h310 #define HOSTAPD_IAPP_F_RADIOTAP 0x02 macro
314 (HOSTAPD_IAPP_F_ADD_NOTIFY | HOSTAPD_IAPP_F_RADIOTAP)
H A Diapp.c284 if ((iapp->i_flags & HOSTAPD_IAPP_F_RADIOTAP) == 0) in hostapd_iapp_input()