Home
last modified time | relevance | path

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

/openbsd/usr.sbin/hostapd/
H A Dhandle.c199 } else if (flags & HOSTAPD_FRAME_F_DIR_N) { in hostapd_handle_frame()
203 flags &= ~HOSTAPD_FRAME_F_DIR_N; in hostapd_handle_frame()
H A Dhostapd.h219 #define HOSTAPD_FRAME_F_DIR_N 0x00000020 macro