Home
last modified time | relevance | path

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

/openbsd/usr.sbin/hostapd/
H A Dhandle.c96 else if (flags & (HOSTAPD_ACTION_F_REF_TO << shift)) in hostapd_handle_ref()
328 else if (action->a_flags & HOSTAPD_ACTION_F_REF_TO) in hostapd_handle_action()
H A Dhostapd.h190 #define HOSTAPD_ACTION_F_REF_TO 0x0002 macro
H A Dparse.y1001 $$.flags |= HOSTAPD_ACTION_F_REF_TO;