Home
last modified time | relevance | path

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

/openbsd/usr.sbin/hostapd/
H A Dhandle.c98 else if (flags & (HOSTAPD_ACTION_F_REF_BSSID << shift)) in hostapd_handle_ref()
330 else if (action->a_flags & HOSTAPD_ACTION_F_REF_BSSID) in hostapd_handle_action()
H A Dhostapd.h191 #define HOSTAPD_ACTION_F_REF_BSSID 0x0004 macro
H A Dparse.y1005 $$.flags |= HOSTAPD_ACTION_F_REF_BSSID;