HOSTAPD_ACTION_F_REF_TO
else if (action->a_flags & HOSTAPD_ACTION_F_REF_TO)
else if (flags & (HOSTAPD_ACTION_F_REF_TO << shift))
$$.flags |= HOSTAPD_ACTION_F_REF_TO;