Home
last modified time | relevance | path

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

/openbsd/usr.sbin/hostapd/
H A Dhandle.c85 if ((ret == 1 && (*flags & mask) & HOSTAPD_FRAME_N) || in hostapd_handle_addr()
86 (ret == 0 && ((*flags & mask) & HOSTAPD_FRAME_N) == 0)) in hostapd_handle_addr()
H A Dhostapd.h249 #define HOSTAPD_FRAME_N \ macro